Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A 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()
H A 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()
H A Dcls_route.c299 tcf_unbind_filter(tp, &f->res); in route4_destroy()
344 tcf_unbind_filter(tp, &f->res); in route4_delete()
559 tcf_unbind_filter(tp, &fold->res); in route4_change()
H A 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()
H A Dcls_matchall.c135 tcf_unbind_filter(tp, &head->res); in mall_destroy()
237 tcf_unbind_filter(tp, &new->res); in mall_change()
H A 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()
H A Dcls_flower.c571 tcf_unbind_filter(tp, &f->res); in __fl_delete()
2421 tcf_unbind_filter(tp, &fold->res); in fl_change()
2458 tcf_unbind_filter(tp, &fnew->res); in fl_change()
/openbmc/linux/include/net/
H A Dpkt_cls.h193 tcf_unbind_filter(struct tcf_proto *tp, struct tcf_result *r) in tcf_unbind_filter() function