Searched refs:ETHTOOL_A_STRSET_STRINGSETS (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/net/ethtool/ |
| D | strset.c | 130 [ETHTOOL_A_STRSET_STRINGSETS] = { .type = NLA_NESTED }, 186 struct nlattr *nest = tb[ETHTOOL_A_STRSET_STRINGSETS]; in strset_parse_request() 446 nest = nla_nest_start(skb, ETHTOOL_A_STRSET_STRINGSETS); in strset_fill_reply()
|
| /Linux-v6.6/include/uapi/linux/ |
| D | ethtool_netlink.h | 223 ETHTOOL_A_STRSET_STRINGSETS, /* nest - _A_STRINGSETS_* */ enumerator
|
| /Linux-v6.6/Documentation/networking/ |
| D | ethtool-netlink.rst | 319 | ``ETHTOOL_A_STRSET_STRINGSETS`` | nested | string set to request | 331 | ``ETHTOOL_A_STRSET_STRINGSETS`` | nested | array of string sets | 357 If there is no ``ETHTOOL_A_STRSET_STRINGSETS`` array, all string sets of
|
| /Linux-v6.6/tools/net/ynl/generated/ |
| D | ethtool-user.c | 288 …[ETHTOOL_A_STRSET_STRINGSETS] = { .name = "stringsets", .type = YNL_PT_NEST, .nest = ðtool_stri… 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()
|