Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dcls_basic.c116 tcf_unbind_filter(tp, &f->res); in basic_destroy()
134 tcf_unbind_filter(tp, &f->res); in basic_delete()
234 tcf_unbind_filter(tp, &fold->res); in basic_change()
Dcls_fw.c146 tcf_unbind_filter(tp, &f->res); in fw_destroy()
175 tcf_unbind_filter(tp, &f->res); in fw_delete()
295 tcf_unbind_filter(tp, &f->res); in fw_change()
Dcls_route.c299 tcf_unbind_filter(tp, &f->res); in route4_destroy()
344 tcf_unbind_filter(tp, &f->res); in route4_delete()
564 tcf_unbind_filter(tp, &fold->res); in route4_change()
Dcls_bpf.c296 tcf_unbind_filter(tp, &prog->res); in __cls_bpf_delete()
515 tcf_unbind_filter(tp, &oldprog->res); in cls_bpf_change()
527 tcf_unbind_filter(tp, &prog->res); in cls_bpf_change()
Dcls_matchall.c135 tcf_unbind_filter(tp, &head->res); in mall_destroy()
237 tcf_unbind_filter(tp, &new->res); in mall_change()
Dcls_u32.c477 tcf_unbind_filter(tp, &key->res); in u32_delete_key()
598 tcf_unbind_filter(tp, &n->res); in u32_clear_hnode()
729 tcf_unbind_filter(tp, &n->res); in u32_unbind_filter()
955 tcf_unbind_filter(tp, &n->res); in u32_change()
Dcls_flower.c582 tcf_unbind_filter(tp, &f->res); in __fl_delete()
2549 tcf_unbind_filter(tp, &fold->res); in fl_change()
2586 tcf_unbind_filter(tp, &fnew->res); in fl_change()
/linux-6.12.1/include/net/
Dpkt_cls.h204 tcf_unbind_filter(struct tcf_proto *tp, struct tcf_result *r) in tcf_unbind_filter() function