Searched refs:tcf_unbind_filter (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/net/sched/ |
D | cls_basic.c | 116 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()
|
D | cls_fw.c | 146 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()
|
D | cls_route.c | 299 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()
|
D | cls_bpf.c | 296 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()
|
D | cls_matchall.c | 135 tcf_unbind_filter(tp, &head->res); in mall_destroy() 237 tcf_unbind_filter(tp, &new->res); in mall_change()
|
D | cls_u32.c | 477 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()
|
D | cls_flower.c | 582 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/ |
D | pkt_cls.h | 204 tcf_unbind_filter(struct tcf_proto *tp, struct tcf_result *r) in tcf_unbind_filter() function
|