Home
last modified time | relevance | path

Searched refs:ethnl_stats_get_policy (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/ethtool/
H A Dnetlink.h432 extern const struct nla_policy ethnl_stats_get_policy[ETHTOOL_A_STATS_SRC + 1];
H A Dnetlink.c1041 .policy = ethnl_stats_get_policy,
1042 .maxattr = ARRAY_SIZE(ethnl_stats_get_policy) - 1,
H A Dstats.c79 const struct nla_policy ethnl_stats_get_policy[ETHTOOL_A_STATS_SRC + 1] = { variable