Home
last modified time | relevance | path

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

/openbmc/linux/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.command = TC_CLSMATCHALL_REPLACE; in mall_replace_hw_filter()
[all …]