Home
last modified time | relevance | path

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

/linux/drivers/net/team/
H A Dteam_nl.h19 extern const struct nla_policy team_nl_policy[TEAM_ATTR_LIST_OPTION + 1];
H A Dteam_nl.c29 const struct nla_policy team_nl_policy[TEAM_ATTR_LIST_OPTION + 1] = { variable
H A Dteam_core.c2811 .maxattr = ARRAY_SIZE(team_nl_policy) - 1,
2812 .policy = team_nl_policy,