Searched refs:ETHTOOL_A_STRSET_STRINGSETS (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | strset.c | 105 [ETHTOOL_A_STRSET_STRINGSETS] = { .type = NLA_NESTED }, 161 struct nlattr *nest = tb[ETHTOOL_A_STRSET_STRINGSETS]; in strset_parse_request() 178 "unexpected attrtype %u in ETHTOOL_A_STRSET_STRINGSETS\n", in strset_parse_request() 331 len += nla_total_size(0); /* ETHTOOL_A_STRSET_STRINGSETS */ in strset_reply_size() 421 nest = nla_nest_start(skb, ETHTOOL_A_STRSET_STRINGSETS); in strset_fill_reply()
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | strset.c | 130 [ETHTOOL_A_STRSET_STRINGSETS] = { .type = NLA_NESTED }, 186 struct nlattr *nest = tb[ETHTOOL_A_STRSET_STRINGSETS]; in strset_parse_request() 203 "unexpected attrtype %u in ETHTOOL_A_STRSET_STRINGSETS\n", in strset_parse_request() 356 len += nla_total_size(0); /* ETHTOOL_A_STRSET_STRINGSETS */ in strset_reply_size() 446 nest = nla_nest_start(skb, ETHTOOL_A_STRSET_STRINGSETS); in strset_fill_reply()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | ethtool_netlink.h | 194 ETHTOOL_A_STRSET_STRINGSETS, /* nest - _A_STRINGSETS_* */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ethtool_netlink.h | 155 ETHTOOL_A_STRSET_STRINGSETS, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ethtool_netlink.h | 155 ETHTOOL_A_STRSET_STRINGSETS, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ethtool_netlink.h | 223 ETHTOOL_A_STRSET_STRINGSETS, /* nest - _A_STRINGSETS_* */ enumerator
|
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 288 [ETHTOOL_A_STRSET_STRINGSETS] = { .name = "stringsets", .type = YNL_PT_NEST, .nest = ðtool_stringsets_nest, }, 1585 } else if (type == ETHTOOL_A_STRSET_STRINGSETS) { in ethtool_strset_get_rsp_parse() 1615 ethtool_stringsets_put(nlh, ETHTOOL_A_STRSET_STRINGSETS, &req->stringsets); in ethtool_strset_get() 1670 ethtool_stringsets_put(nlh, ETHTOOL_A_STRSET_STRINGSETS, &req->stringsets); in ethtool_strset_get_dump()
|
Completed in 20 milliseconds