Home
last modified time | relevance | path

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

/linux-6.6.21/net/ethtool/
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()
Dnetlink.h410 extern const struct nla_policy ethnl_wol_set_policy[ETHTOOL_A_WOL_SOPASS + 1];
/linux-6.6.21/include/uapi/linux/
Dethtool_netlink.h302 ETHTOOL_A_WOL_SOPASS, /* binary */ enumerator
/linux-6.6.21/Documentation/networking/
Dethtool-netlink.rst710 ``ETHTOOL_A_WOL_SOPASS`` binary SecureOn(tm) password
714 device, value of modes which are enabled. ``ETHTOOL_A_WOL_SOPASS`` is only
728 ``ETHTOOL_A_WOL_SOPASS`` binary SecureOn(tm) password
731 ``ETHTOOL_A_WOL_SOPASS`` is only allowed for devices supporting
/linux-6.6.21/tools/net/ynl/generated/
Dethtool-user.c357 [ETHTOOL_A_WOL_SOPASS] = { .name = "sopass", .type = YNL_PT_BINARY,},
2466 } else if (type == ETHTOOL_A_WOL_SOPASS) { in ethtool_wol_get_rsp_parse()
2591 mnl_attr_put(nlh, ETHTOOL_A_WOL_SOPASS, req->_present.sopass_len, req->sopass); in ethtool_wol_set()