Home
last modified time | relevance | path

Searched refs:cls_mall (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dcls_matchall.c71 struct tc_cls_matchall_offload cls_mall = {}; in mall_destroy_hw_filter() local
74 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, extack); in mall_destroy_hw_filter()
75 cls_mall.command = TC_CLSMATCHALL_DESTROY; in mall_destroy_hw_filter()
76 cls_mall.cookie = cookie; in mall_destroy_hw_filter()
78 tc_setup_cb_destroy(block, tp, TC_SETUP_CLSMATCHALL, &cls_mall, false, in mall_destroy_hw_filter()
87 struct tc_cls_matchall_offload cls_mall = {}; in mall_replace_hw_filter() local
92 cls_mall.rule = flow_rule_alloc(tcf_exts_num_actions(&head->exts)); in mall_replace_hw_filter()
93 if (!cls_mall.rule) in mall_replace_hw_filter()
96 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, extack); in mall_replace_hw_filter()
97 cls_mall in mall_replace_hw_filter()
289 struct tc_cls_matchall_offload cls_mall = {}; mall_reoffload() local
331 struct tc_cls_matchall_offload cls_mall = {}; mall_stats_hw_filter() local
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dcls_matchall.c73 struct tc_cls_matchall_offload cls_mall = {}; in mall_destroy_hw_filter() local
76 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, extack); in mall_destroy_hw_filter()
77 cls_mall.command = TC_CLSMATCHALL_DESTROY; in mall_destroy_hw_filter()
78 cls_mall.cookie = cookie; in mall_destroy_hw_filter()
80 tc_setup_cb_destroy(block, tp, TC_SETUP_CLSMATCHALL, &cls_mall, false, in mall_destroy_hw_filter()
89 struct tc_cls_matchall_offload cls_mall = {}; in mall_replace_hw_filter() local
94 cls_mall.rule = flow_rule_alloc(tcf_exts_num_actions(&head->exts)); in mall_replace_hw_filter()
95 if (!cls_mall.rule) in mall_replace_hw_filter()
98 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, extack); in mall_replace_hw_filter()
99 cls_mall in mall_replace_hw_filter()
277 struct tc_cls_matchall_offload cls_mall = {}; mall_reoffload() local
314 struct tc_cls_matchall_offload cls_mall = {}; mall_stats_hw_filter() local
[all...]

Completed in 2 milliseconds