Lines Matching refs:tp_new
1863 struct tcf_proto *tp_new,
1873 if (tcf_proto_exists_destroying(chain, tp_new)) {
1875 tcf_proto_destroy(tp_new, rtnl_held, false, NULL);
1882 err = tcf_chain_tp_insert(chain, &chain_info, tp_new);
1886 tcf_proto_destroy(tp_new, rtnl_held, false, NULL);
1887 tp_new = tp;
1889 tcf_proto_destroy(tp_new, rtnl_held, false, NULL);
1890 tp_new = ERR_PTR(err);
1893 return tp_new;
2239 struct tcf_proto *tp_new = NULL;
2265 tp_new = tcf_proto_create(name, protocol, prio, chain,
2267 if (IS_ERR(tp_new)) {
2268 err = PTR_ERR(tp_new);
2273 tp = tcf_chain_tp_insert_unique(chain, tp_new, protocol, prio,