Searched refs:opt_attrs (Results 1 – 1 of 1) sorted by relevance
2545 struct nlattr *opt_attrs[TEAM_ATTR_OPTION_MAX + 1]; in team_nl_options_set_doit() local 2561 err = nla_parse_nested_deprecated(opt_attrs, in team_nl_options_set_doit() 2568 if (!opt_attrs[TEAM_ATTR_OPTION_NAME] || in team_nl_options_set_doit() 2569 !opt_attrs[TEAM_ATTR_OPTION_TYPE]) { in team_nl_options_set_doit() 2573 switch (nla_get_u8(opt_attrs[TEAM_ATTR_OPTION_TYPE])) { in team_nl_options_set_doit() 2593 attr_data = opt_attrs[TEAM_ATTR_OPTION_DATA]; in team_nl_options_set_doit() 2599 opt_name = nla_data(opt_attrs[TEAM_ATTR_OPTION_NAME]); in team_nl_options_set_doit() 2600 attr = opt_attrs[TEAM_ATTR_OPTION_PORT_IFINDEX]; in team_nl_options_set_doit() 2604 attr = opt_attrs[TEAM_ATTR_OPTION_ARRAY_INDEX]; in team_nl_options_set_doit()