Searched refs:tp_new (Results 1 – 1 of 1) sorted by relevance
/net/sched/ |
D | cls_api.c | 1863 struct tcf_proto *tp_new, in tcf_chain_tp_insert_unique() argument 1873 if (tcf_proto_exists_destroying(chain, tp_new)) { in tcf_chain_tp_insert_unique() 1875 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1882 err = tcf_chain_tp_insert(chain, &chain_info, tp_new); in tcf_chain_tp_insert_unique() 1886 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1887 tp_new = tp; in tcf_chain_tp_insert_unique() 1889 tcf_proto_destroy(tp_new, rtnl_held, false, NULL); in tcf_chain_tp_insert_unique() 1890 tp_new = ERR_PTR(err); in tcf_chain_tp_insert_unique() 1893 return tp_new; in tcf_chain_tp_insert_unique() 2239 struct tcf_proto *tp_new = NULL; in tc_new_tfilter() local [all …]
|