Home
last modified time | relevance | path

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

/linux/drivers/net/team/
H A Dteam_core.c2426 struct list_head *sel_opt_inst_list) in team_nl_send_options_get() argument
2437 opt_inst = list_first_entry(sel_opt_inst_list, in team_nl_send_options_get()
2460 list_for_each_entry_from(opt_inst, sel_opt_inst_list, tmp_list) { in team_nl_send_options_get()
2502 LIST_HEAD(sel_opt_inst_list); in team_nl_options_get_doit()
2509 list_add_tail(&opt_inst->tmp_list, &sel_opt_inst_list); in team_nl_options_get_doit()
2512 &sel_opt_inst_list); in team_nl_options_get_doit()
2520 struct list_head *sel_opt_inst_list);
2830 struct list_head *sel_opt_inst_list) in team_nl_send_event_options_get() argument
2833 sel_opt_inst_list); in team_nl_send_event_options_get()
2862 LIST_HEAD(sel_opt_inst_list); in __team_options_change_check()
[all …]