Searched refs:opt_attrs (Results 1 – 1 of 1) sorted by relevance
2544 struct nlattr *opt_attrs[TEAM_ATTR_OPTION_MAX + 1]; in team_nl_options_set_doit() local2560 err = nla_parse_nested_deprecated(opt_attrs, in team_nl_options_set_doit()2567 if (!opt_attrs[TEAM_ATTR_OPTION_NAME] || in team_nl_options_set_doit()2568 !opt_attrs[TEAM_ATTR_OPTION_TYPE]) { in team_nl_options_set_doit()2572 switch (nla_get_u8(opt_attrs[TEAM_ATTR_OPTION_TYPE])) { in team_nl_options_set_doit()2592 attr_data = opt_attrs[TEAM_ATTR_OPTION_DATA]; in team_nl_options_set_doit()2598 opt_name = nla_data(opt_attrs[TEAM_ATTR_OPTION_NAME]); in team_nl_options_set_doit()2599 attr = opt_attrs[TEAM_ATTR_OPTION_PORT_IFINDEX]; in team_nl_options_set_doit()2603 attr = opt_attrs[TEAM_ATTR_OPTION_ARRAY_INDEX]; in team_nl_options_set_doit()