Searched refs:tc_setup_cb_call (Results 1 – 6 of 6) sorted by relevance
| /linux/net/sched/ |
| H A D | cls_matchall.c | 323 tc_setup_cb_call(block, TC_SETUP_CLSMATCHALL, &cls_mall, false, true); in mall_stats_hw_filter()
|
| H A D | cls_u32.c | 500 tc_setup_cb_call(block, TC_SETUP_CLSU32, &cls_u32, false, true); in u32_clear_hw_hnode() 518 err = tc_setup_cb_call(block, TC_SETUP_CLSU32, &cls_u32, skip_sw, true); in u32_replace_hw_hnode()
|
| H A D | cls_bpf.c | 238 tc_setup_cb_call(block, TC_SETUP_CLSBPF, &cls_bpf, false, true); in cls_bpf_offload_update_stats()
|
| H A D | cls_flower.c | 519 tc_setup_cb_call(block, TC_SETUP_CLSFLOWER, &cls_flower, false, in fl_hw_update_stats() 2787 tc_setup_cb_call(block, TC_SETUP_CLSFLOWER, &cls_flower, false, true); in fl_hw_create_tmplt() 2803 tc_setup_cb_call(block, TC_SETUP_CLSFLOWER, &cls_flower, false, true); in fl_hw_destroy_tmplt()
|
| H A D | cls_api.c | 3621 int tc_setup_cb_call(struct tcf_block *block, enum tc_setup_type type, in tc_setup_cb_call() function 3648 EXPORT_SYMBOL(tc_setup_cb_call);
|
| /linux/include/net/ |
| H A D | pkt_cls.h | 595 int tc_setup_cb_call(struct tcf_block *block, enum tc_setup_type type,
|