Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/team/
H A Dteam_core.c256 struct team_option **dst_opts; in __team_options_register() local
261 if (!dst_opts) in __team_options_register()
268 dst_opts[i] = kmemdup(option, sizeof(*option), GFP_KERNEL); in __team_options_register()
269 if (!dst_opts[i]) { in __team_options_register()
276 err = __team_option_inst_add_option(team, dst_opts[i]); in __team_options_register()
279 list_add_tail(&dst_opts[i]->list, &team->option_list); in __team_options_register()
282 kfree(dst_opts); in __team_options_register()
287 __team_option_inst_del_option(team, dst_opts[i]); in __team_options_register()
288 list_del(&dst_opts[i]->list); in __team_options_register()
294 kfree(dst_opts[i]); in __team_options_register()
[all …]