Searched refs:ETHTOOL_A_STRINGSETS_STRINGSET (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | strset.c | 153 [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 D | strset.c | 178 [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 D | ethtool_netlink.h | 182 ETHTOOL_A_STRINGSETS_STRINGSET, /* nest - _A_STRINGSET_* */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ethtool_netlink.h | 148 ETHTOOL_A_STRINGSETS_STRINGSET, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ethtool_netlink.h | 148 ETHTOOL_A_STRINGSETS_STRINGSET, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ethtool_netlink.h | 211 ETHTOOL_A_STRINGSETS_STRINGSET, /* nest - _A_STRINGSET_* */ enumerator
|
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 269 [ETHTOOL_A_STRINGSETS_STRINGSET] = { .name = "stringset", .type = YNL_PT_NEST, .nest = ðtool_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 19 milliseconds