Home
last modified time | relevance | path

Searched refs:ETHTOOL_A_PRIVFLAGS_FLAGS (Results 1 – 2 of 2) sorted by relevance

/linux/net/ethtool/
H A Dprivflags.c108 return ethnl_put_bitset32(skb, ETHTOOL_A_PRIVFLAGS_FLAGS, in privflags_fill_reply()
126 [ETHTOOL_A_PRIVFLAGS_FLAGS] = { .type = NLA_NESTED },
135 if (!info->attrs[ETHTOOL_A_PRIVFLAGS_FLAGS]) in ethnl_set_privflags_validate()
156 ret = ethnl_bitset_is_compact(tb[ETHTOOL_A_PRIVFLAGS_FLAGS], &compact); in ethnl_set_privflags()
166 tb[ETHTOOL_A_PRIVFLAGS_FLAGS], names, in ethnl_set_privflags()
H A Dnetlink.h458 extern const struct nla_policy ethnl_privflags_set_policy[ETHTOOL_A_PRIVFLAGS_FLAGS + 1];