Searched refs:tc_setup_cb_call (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/net/sched/ |
A D | cls_matchall.c | 332 tc_setup_cb_call(block, TC_SETUP_CLSMATCHALL, &cls_mall, false, true); in mall_stats_hw_filter()
|
A D | cls_bpf.c | 240 tc_setup_cb_call(block, TC_SETUP_CLSBPF, &cls_bpf, false, true); in cls_bpf_offload_update_stats()
|
A D | cls_u32.c | 489 tc_setup_cb_call(block, TC_SETUP_CLSU32, &cls_u32, false, true); in u32_clear_hw_hnode() 507 err = tc_setup_cb_call(block, TC_SETUP_CLSU32, &cls_u32, skip_sw, true); in u32_replace_hw_hnode()
|
A D | cls_flower.c | 502 tc_setup_cb_call(block, TC_SETUP_CLSFLOWER, &cls_flower, false, in fl_hw_update_stats() 2530 tc_setup_cb_call(block, TC_SETUP_CLSFLOWER, &cls_flower, false, true); in fl_hw_create_tmplt() 2546 tc_setup_cb_call(block, TC_SETUP_CLSFLOWER, &cls_flower, false, true); in fl_hw_destroy_tmplt()
|
A D | cls_api.c | 3486 int tc_setup_cb_call(struct tcf_block *block, enum tc_setup_type type, in tc_setup_cb_call() function 3513 EXPORT_SYMBOL(tc_setup_cb_call);
|
/linux-6.3-rc2/include/net/ |
A D | pkt_cls.h | 595 int tc_setup_cb_call(struct tcf_block *block, enum tc_setup_type type,
|
Completed in 25 milliseconds