Searched refs:opt_attrs (Results 1 – 1 of 1) sorted by relevance
2558 struct nlattr *opt_attrs[TEAM_ATTR_OPTION_MAX + 1]; in team_nl_options_set_doit() local2574 err = nla_parse_nested_deprecated(opt_attrs, in team_nl_options_set_doit()2581 if (!opt_attrs[TEAM_ATTR_OPTION_NAME] || in team_nl_options_set_doit()2582 !opt_attrs[TEAM_ATTR_OPTION_TYPE]) { in team_nl_options_set_doit()2586 switch (nla_get_u8(opt_attrs[TEAM_ATTR_OPTION_TYPE])) { in team_nl_options_set_doit()2606 attr_data = opt_attrs[TEAM_ATTR_OPTION_DATA]; in team_nl_options_set_doit()2612 opt_name = nla_data(opt_attrs[TEAM_ATTR_OPTION_NAME]); in team_nl_options_set_doit()2613 attr = opt_attrs[TEAM_ATTR_OPTION_PORT_IFINDEX]; in team_nl_options_set_doit()2617 attr = opt_attrs[TEAM_ATTR_OPTION_ARRAY_INDEX]; in team_nl_options_set_doit()