Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dwol.c79 nla_put(skb, ETHTOOL_A_WOL_SOPASS, sizeof(data->wol.sopass), in wol_fill_reply()
92 [ETHTOOL_A_WOL_SOPASS] = { .type = NLA_BINARY,
124 if (tb[ETHTOOL_A_WOL_SOPASS]) { in ethnl_set_wol()
127 tb[ETHTOOL_A_WOL_SOPASS], in ethnl_set_wol()
132 tb[ETHTOOL_A_WOL_SOPASS], &mod); in ethnl_set_wol()
H A Dnetlink.h454 extern const struct nla_policy ethnl_wol_set_policy[ETHTOOL_A_WOL_SOPASS + 1];