Searched refs:tp_new (Results 1 – 1 of 1) sorted by relevance
/net/sched/ |
D | cls_api.c | 1689 struct tcf_proto *tp_new, in tcf_chain_tp_insert_unique() argument 1699 if (tcf_proto_exists_destroying(chain, tp_new)) { in tcf_chain_tp_insert_unique() 1701 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1708 err = tcf_chain_tp_insert(chain, &chain_info, tp_new); in tcf_chain_tp_insert_unique() 1712 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1713 tp_new = tp; in tcf_chain_tp_insert_unique() 1715 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1716 tp_new = ERR_PTR(err); in tcf_chain_tp_insert_unique() 1719 return tp_new; in tcf_chain_tp_insert_unique() 2055 struct tcf_proto *tp_new = NULL; in tc_new_tfilter() local [all …]
|