Searched refs:tc_setup_cb_destroy (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
D | cls_matchall.c | 78 tc_setup_cb_destroy(block, tp, TC_SETUP_CLSMATCHALL, &cls_mall, false, in mall_destroy_hw_filter()
|
D | cls_bpf.c | 176 err = tc_setup_cb_destroy(block, tp, TC_SETUP_CLSBPF, &cls_bpf, in cls_bpf_offload_cmd()
|
D | cls_u32.c | 529 tc_setup_cb_destroy(block, tp, TC_SETUP_CLSU32, &cls_u32, false, in u32_remove_hw_knode()
|
D | cls_api.c | 3410 int tc_setup_cb_destroy(struct tcf_block *block, struct tcf_proto *tp, in tc_setup_cb_destroy() function 3442 EXPORT_SYMBOL(tc_setup_cb_destroy);
|
D | cls_flower.c | 433 tc_setup_cb_destroy(block, tp, TC_SETUP_CLSFLOWER, &cls_flower, false, in fl_hw_destroy_filter()
|
/kernel/linux/linux-5.10/include/net/ |
D | pkt_cls.h | 553 int tc_setup_cb_destroy(struct tcf_block *block, struct tcf_proto *tp,
|