Home
last modified time | relevance | path

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

/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()
236 tcf_unbind_filter(tp, &fold->res); in basic_change()
H A Dcls_fw.c150 tcf_unbind_filter(tp, &f->res); in fw_destroy()
179 tcf_unbind_filter(tp, &f->res); in fw_delete()
309 tcf_unbind_filter(tp, &f->res); in fw_change()
H A Dcls_route.c304 tcf_unbind_filter(tp, &f->res); in route4_destroy()
361 tcf_unbind_filter(tp, &f->res); in route4_delete()
581 tcf_unbind_filter(tp, &fold->res); in route4_change()
H A Dcls_matchall.c135 tcf_unbind_filter(tp, &head->res); in mall_destroy()
239 tcf_unbind_filter(tp, &new->res); in mall_change()
H A Dcls_bpf.c296 tcf_unbind_filter(tp, &prog->res); in __cls_bpf_delete()
531 tcf_unbind_filter(tp, &oldprog->res); in cls_bpf_change()
543 tcf_unbind_filter(tp, &prog->res); in cls_bpf_change()
H A Dcls_u32.c476 tcf_unbind_filter(tp, &key->res); in u32_delete_key()
597 tcf_unbind_filter(tp, &n->res); in u32_clear_hnode()
728 tcf_unbind_filter(tp, &n->res); in u32_unbind_filter()
959 tcf_unbind_filter(tp, &n->res); in u32_change()
H A Dcls_flower.c578 tcf_unbind_filter(tp, &f->res); in __fl_delete()
2548 tcf_unbind_filter(tp, &fold->res); in fl_change()
2585 tcf_unbind_filter(tp, &fnew->res); in fl_change()
/linux/include/net/
H A Dpkt_cls.h216 tcf_unbind_filter(struct tcf_proto *tp, struct tcf_result *r) in tcf_unbind_filter() function