Searched refs:ethnl_header_policy_phy (Results 1 – 6 of 6) sorted by relevance
| /linux/net/ethtool/ |
| A D | plca.c | 28 NLA_POLICY_NESTED(ethnl_header_policy_phy), 136 NLA_POLICY_NESTED(ethnl_header_policy_phy), 200 NLA_POLICY_NESTED(ethnl_header_policy_phy),
|
| A D | pse-pd.c | 31 [ETHTOOL_A_PSE_HEADER] = NLA_POLICY_NESTED(ethnl_header_policy_phy), 214 [ETHTOOL_A_PSE_HEADER] = NLA_POLICY_NESTED(ethnl_header_policy_phy),
|
| A D | cabletest.c | 16 NLA_POLICY_NESTED(ethnl_header_policy_phy), 233 NLA_POLICY_NESTED(ethnl_header_policy_phy),
|
| A D | netlink.c | 35 const struct nla_policy ethnl_header_policy_phy[] = { variable 141 struct nlattr *tb[ARRAY_SIZE(ethnl_header_policy_phy)]; in ethnl_parse_header_dev_get() 156 ret = nla_parse_nested(tb, ARRAY_SIZE(ethnl_header_policy_phy) - 1, header, in ethnl_parse_header_dev_get()
|
| A D | netlink.h | 441 extern const struct nla_policy ethnl_header_policy_phy[ETHTOOL_A_HEADER_PHY_INDEX + 1];
|
| A D | strset.c | 129 NLA_POLICY_NESTED(ethnl_header_policy_phy),
|
Completed in 16 milliseconds