Home
last modified time | relevance | path

Searched refs:ethnl_header_policy_phy (Results 1 – 4 of 4) sorted by relevance

/linux/net/ethtool/
H A Dpse-pd.c33 [ETHTOOL_A_PSE_HEADER] = NLA_POLICY_NESTED(ethnl_header_policy_phy),
231 [ETHTOOL_A_PSE_HEADER] = NLA_POLICY_NESTED(ethnl_header_policy_phy),
H A Dnetlink.h450 extern const struct nla_policy ethnl_header_policy_phy[ETHTOOL_A_HEADER_PHY_INDEX + 1];
H A Dnetlink.c38 const struct nla_policy ethnl_header_policy_phy[] = { variable
152 struct nlattr *tb[ARRAY_SIZE(ethnl_header_policy_phy)]; in ethnl_parse_header_dev_get()
167 ret = nla_parse_nested(tb, ARRAY_SIZE(ethnl_header_policy_phy) - 1, header, in ethnl_parse_header_dev_get()
H A Dstrset.c140 NLA_POLICY_NESTED(ethnl_header_policy_phy),