Lines Matching refs:del_opt
308 struct team_option *del_opt;
310 del_opt = __team_find_option(team, option->name);
311 if (del_opt)
312 __team_option_inst_mark_removed_option(team, del_opt);
323 struct team_option *del_opt;
325 del_opt = __team_find_option(team, option->name);
326 if (del_opt) {
327 __team_option_inst_del_option(team, del_opt);
328 list_del(&del_opt->list);
329 kfree(del_opt);