dst_opts 257 drivers/net/team/team.c struct team_option **dst_opts; dst_opts 260 drivers/net/team/team.c dst_opts = kcalloc(option_count, sizeof(struct team_option *), dst_opts 262 drivers/net/team/team.c if (!dst_opts) dst_opts 269 drivers/net/team/team.c dst_opts[i] = kmemdup(option, sizeof(*option), GFP_KERNEL); dst_opts 270 drivers/net/team/team.c if (!dst_opts[i]) { dst_opts 277 drivers/net/team/team.c err = __team_option_inst_add_option(team, dst_opts[i]); dst_opts 280 drivers/net/team/team.c list_add_tail(&dst_opts[i]->list, &team->option_list); dst_opts 283 drivers/net/team/team.c kfree(dst_opts); dst_opts 288 drivers/net/team/team.c __team_option_inst_del_option(team, dst_opts[i]); dst_opts 293 drivers/net/team/team.c kfree(dst_opts[i]); dst_opts 295 drivers/net/team/team.c kfree(dst_opts);