Lines Matching refs:sel_opt_inst_list
2438 struct list_head *sel_opt_inst_list) in team_nl_send_options_get() argument
2449 opt_inst = list_first_entry(sel_opt_inst_list, in team_nl_send_options_get()
2472 list_for_each_entry_from(opt_inst, sel_opt_inst_list, tmp_list) { in team_nl_send_options_get()
2514 LIST_HEAD(sel_opt_inst_list); in team_nl_cmd_options_get()
2521 list_add_tail(&opt_inst->tmp_list, &sel_opt_inst_list); in team_nl_cmd_options_get()
2524 &sel_opt_inst_list); in team_nl_cmd_options_get()
2532 struct list_head *sel_opt_inst_list);
2868 struct list_head *sel_opt_inst_list) in team_nl_send_event_options_get() argument
2871 sel_opt_inst_list); in team_nl_send_event_options_get()
2900 LIST_HEAD(sel_opt_inst_list); in __team_options_change_check()
2904 list_add_tail(&opt_inst->tmp_list, &sel_opt_inst_list); in __team_options_change_check()
2906 err = team_nl_send_event_options_get(team, &sel_opt_inst_list); in __team_options_change_check()