Searched refs:tp_new (Results 1 – 1 of 1) sorted by relevance
/net/sched/ |
D | cls_api.c | 1710 struct tcf_proto *tp_new, in tcf_chain_tp_insert_unique() argument 1720 if (tcf_proto_exists_destroying(chain, tp_new)) { in tcf_chain_tp_insert_unique() 1722 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1729 err = tcf_chain_tp_insert(chain, &chain_info, tp_new); in tcf_chain_tp_insert_unique() 1733 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1734 tp_new = tp; in tcf_chain_tp_insert_unique() 1736 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1737 tp_new = ERR_PTR(err); in tcf_chain_tp_insert_unique() 1740 return tp_new; in tcf_chain_tp_insert_unique() 2081 struct tcf_proto *tp_new = NULL; in tc_new_tfilter() local [all …]
|