Home
last modified time | relevance | path

Searched refs:ETHTOOL_A_STRINGSETS_STRINGSET (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/net/ethtool/
H A Dstrset.c153 [ETHTOOL_A_STRINGSETS_STRINGSET] = { .type = NLA_NESTED },
177 if (WARN_ONCE(nla_type(attr) != ETHTOOL_A_STRINGSETS_STRINGSET, in strset_parse_request()
384 stringset_attr = nla_nest_start(skb, ETHTOOL_A_STRINGSETS_STRINGSET); in strset_fill_set()
/kernel/linux/linux-6.6/net/ethtool/
H A Dstrset.c178 [ETHTOOL_A_STRINGSETS_STRINGSET] = { .type = NLA_NESTED },
202 if (WARN_ONCE(nla_type(attr) != ETHTOOL_A_STRINGSETS_STRINGSET, in strset_parse_request()
409 stringset_attr = nla_nest_start(skb, ETHTOOL_A_STRINGSETS_STRINGSET); in strset_fill_set()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dethtool_netlink.h182 ETHTOOL_A_STRINGSETS_STRINGSET, /* nest - _A_STRINGSET_* */ enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dethtool_netlink.h148 ETHTOOL_A_STRINGSETS_STRINGSET, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dethtool_netlink.h148 ETHTOOL_A_STRINGSETS_STRINGSET, enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dethtool_netlink.h211 ETHTOOL_A_STRINGSETS_STRINGSET, /* nest - _A_STRINGSET_* */ enumerator
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H A Dethtool-user.c269 [ETHTOOL_A_STRINGSETS_STRINGSET] = { .name = "stringset", .type = YNL_PT_NEST, .nest = &ethtool_stringset_nest, },
1469 ethtool_stringset_put(nlh, ETHTOOL_A_STRINGSETS_STRINGSET, &obj->stringset[i]); in ethtool_stringsets_put()
1492 if (type == ETHTOOL_A_STRINGSETS_STRINGSET) { in ethtool_stringsets_parse()
1503 if (mnl_attr_get_type(attr) == ETHTOOL_A_STRINGSETS_STRINGSET) { in ethtool_stringsets_parse()

Completed in 17 milliseconds