Home
last modified time | relevance | path

Searched refs:tcf_unbind_filter (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
Dcls_basic.c114 tcf_unbind_filter(tp, &f->res); in basic_destroy()
132 tcf_unbind_filter(tp, &f->res); in basic_delete()
232 tcf_unbind_filter(tp, &fold->res); in basic_change()
Dcls_fw.c144 tcf_unbind_filter(tp, &f->res); in fw_destroy()
173 tcf_unbind_filter(tp, &f->res); in fw_delete()
294 tcf_unbind_filter(tp, &f->res); in fw_change()
Dcls_route.c297 tcf_unbind_filter(tp, &f->res); in route4_destroy()
342 tcf_unbind_filter(tp, &f->res); in route4_delete()
557 tcf_unbind_filter(tp, &fold->res); in route4_change()
Dcls_bpf.c295 tcf_unbind_filter(tp, &prog->res); in __cls_bpf_delete()
521 tcf_unbind_filter(tp, &oldprog->res); in cls_bpf_change()
Dcls_tcindex.c226 tcf_unbind_filter(tp, &r->res); in tcindex_delete()
632 tcf_unbind_filter(tp, &r->res); in tcindex_destroy()
Dcls_u32.c463 tcf_unbind_filter(tp, &key->res); in u32_delete_key()
584 tcf_unbind_filter(tp, &n->res); in u32_clear_hnode()
920 tcf_unbind_filter(tp, &n->res); in u32_change()
Dcls_matchall.c136 tcf_unbind_filter(tp, &head->res); in mall_destroy()
Dcls_rsvp.h300 tcf_unbind_filter(tp, &f->res); in rsvp_delete_filter()
Dcls_flower.c555 tcf_unbind_filter(tp, &f->res); in __fl_delete()
2095 tcf_unbind_filter(tp, &fold->res); in fl_change()
/kernel/linux/linux-5.10/include/net/
Dpkt_cls.h199 tcf_unbind_filter(struct tcf_proto *tp, struct tcf_result *r) in tcf_unbind_filter() function