Home
last modified time | relevance | path

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

/linux/drivers/net/team/
H A Dteam_core.c2720 struct nlattr *opt_attrs[TEAM_ATTR_OPTION_MAX + 1]; in team_nl_options_set_doit() local
2736 err = nla_parse_nested_deprecated(opt_attrs, in team_nl_options_set_doit()
2743 if (!opt_attrs[TEAM_ATTR_OPTION_NAME] || in team_nl_options_set_doit()
2744 !opt_attrs[TEAM_ATTR_OPTION_TYPE]) { in team_nl_options_set_doit()
2748 switch (nla_get_u8(opt_attrs[TEAM_ATTR_OPTION_TYPE])) { in team_nl_options_set_doit()
2768 attr_data = opt_attrs[TEAM_ATTR_OPTION_DATA]; in team_nl_options_set_doit()
2774 opt_name = nla_data(opt_attrs[TEAM_ATTR_OPTION_NAME]); in team_nl_options_set_doit()
2775 attr = opt_attrs[TEAM_ATTR_OPTION_PORT_IFINDEX]; in team_nl_options_set_doit()
2779 attr = opt_attrs[TEAM_ATTR_OPTION_ARRAY_INDEX]; in team_nl_options_set_doit()