Home
last modified time | relevance | path

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

/linux-6.15/net/ethtool/
H A Dplca.c28 NLA_POLICY_NESTED(ethnl_header_policy_phy),
136 NLA_POLICY_NESTED(ethnl_header_policy_phy),
200 NLA_POLICY_NESTED(ethnl_header_policy_phy),
H A Dpse-pd.c31 [ETHTOOL_A_PSE_HEADER] = NLA_POLICY_NESTED(ethnl_header_policy_phy),
214 [ETHTOOL_A_PSE_HEADER] = NLA_POLICY_NESTED(ethnl_header_policy_phy),
H A Dcabletest.c17 NLA_POLICY_NESTED(ethnl_header_policy_phy),
236 NLA_POLICY_NESTED(ethnl_header_policy_phy),
H A Dnetlink.c37 const struct nla_policy ethnl_header_policy_phy[] = { variable
145 struct nlattr *tb[ARRAY_SIZE(ethnl_header_policy_phy)]; in ethnl_parse_header_dev_get()
160 ret = nla_parse_nested(tb, ARRAY_SIZE(ethnl_header_policy_phy) - 1, header, in ethnl_parse_header_dev_get()
H A Dnetlink.h443 extern const struct nla_policy ethnl_header_policy_phy[ETHTOOL_A_HEADER_PHY_INDEX + 1];
H A Dstrset.c139 NLA_POLICY_NESTED(ethnl_header_policy_phy),