Searched refs:tp_new (Results 1 – 1 of 1) sorted by relevance
/net/sched/ |
D | cls_api.c | 1675 struct tcf_proto *tp_new, in tcf_chain_tp_insert_unique() argument 1685 if (tcf_proto_exists_destroying(chain, tp_new)) { in tcf_chain_tp_insert_unique() 1687 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1694 err = tcf_chain_tp_insert(chain, &chain_info, tp_new); in tcf_chain_tp_insert_unique() 1698 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1699 tp_new = tp; in tcf_chain_tp_insert_unique() 1701 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1702 tp_new = ERR_PTR(err); in tcf_chain_tp_insert_unique() 1705 return tp_new; in tcf_chain_tp_insert_unique() 2036 struct tcf_proto *tp_new = NULL; in tc_new_tfilter() local [all …]
|