Searched refs:opt_inst (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/team/ |
H A D | team.c | 128 static void __team_option_inst_del(struct team_option_inst *opt_inst) in __team_option_inst_del() argument 130 list_del(&opt_inst->list); in __team_option_inst_del() 131 kfree(opt_inst); in __team_option_inst_del() 137 struct team_option_inst *opt_inst, *tmp; in __team_option_inst_del_option() local 139 list_for_each_entry_safe(opt_inst, tmp, &team->option_inst_list, list) { in __team_option_inst_del_option() 140 if (opt_inst->option == option) in __team_option_inst_del_option() 141 __team_option_inst_del(opt_inst); in __team_option_inst_del_option() 148 struct team_option_inst *opt_inst; in __team_option_inst_add() local 158 opt_inst = kmalloc(sizeof(*opt_inst), GFP_KERNE in __team_option_inst_add() 197 struct team_option_inst *opt_inst; __team_option_inst_mark_removed_option() local 210 struct team_option_inst *opt_inst, *tmp; __team_option_inst_del_port() local 242 struct team_option_inst *opt_inst; __team_option_inst_mark_removed_port() local 360 team_option_get(struct team *team, struct team_option_inst *opt_inst, struct team_gsetter_ctx *ctx) team_option_get() argument 369 team_option_set(struct team *team, struct team_option_inst *opt_inst, struct team_gsetter_ctx *ctx) team_option_set() argument 380 struct team_option_inst *opt_inst; team_option_inst_set_change() local 2355 team_nl_fill_one_option_get(struct sk_buff *skb, struct team *team, struct team_option_inst *opt_inst) team_nl_fill_one_option_get() argument 2460 struct team_option_inst *opt_inst; team_nl_send_options_get() local 2529 struct team_option_inst *opt_inst; team_nl_cmd_options_get() local 2581 struct team_option_inst *opt_inst; team_nl_cmd_options_set() local 2915 struct team_option_inst *opt_inst; __team_options_change_check() local [all...] |
/kernel/linux/linux-6.6/drivers/net/team/ |
H A D | team.c | 129 static void __team_option_inst_del(struct team_option_inst *opt_inst) in __team_option_inst_del() argument 131 list_del(&opt_inst->list); in __team_option_inst_del() 132 kfree(opt_inst); in __team_option_inst_del() 138 struct team_option_inst *opt_inst, *tmp; in __team_option_inst_del_option() local 140 list_for_each_entry_safe(opt_inst, tmp, &team->option_inst_list, list) { in __team_option_inst_del_option() 141 if (opt_inst->option == option) in __team_option_inst_del_option() 142 __team_option_inst_del(opt_inst); in __team_option_inst_del_option() 149 struct team_option_inst *opt_inst; in __team_option_inst_add() local 158 opt_inst = kmalloc(sizeof(*opt_inst), GFP_KERNE in __team_option_inst_add() 194 struct team_option_inst *opt_inst; __team_option_inst_mark_removed_option() local 207 struct team_option_inst *opt_inst, *tmp; __team_option_inst_del_port() local 239 struct team_option_inst *opt_inst; __team_option_inst_mark_removed_port() local 357 team_option_get(struct team *team, struct team_option_inst *opt_inst, struct team_gsetter_ctx *ctx) team_option_get() argument 368 team_option_set(struct team *team, struct team_option_inst *opt_inst, struct team_gsetter_ctx *ctx) team_option_set() argument 379 struct team_option_inst *opt_inst; team_option_inst_set_change() local 2347 team_nl_fill_one_option_get(struct sk_buff *skb, struct team *team, struct team_option_inst *opt_inst) team_nl_fill_one_option_get() argument 2452 struct team_option_inst *opt_inst; team_nl_send_options_get() local 2521 struct team_option_inst *opt_inst; team_nl_cmd_options_get() local 2573 struct team_option_inst *opt_inst; team_nl_cmd_options_set() local 2908 struct team_option_inst *opt_inst; __team_options_change_check() local [all...] |
Completed in 6 milliseconds