Searched refs:tc_cls_common_offload_init (Results 1 – 4 of 4) sorted by relevance
/linux/net/sched/ |
H A D | cls_matchall.c | 76 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, extack); in mall_destroy_hw_filter() 98 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, extack); in mall_replace_hw_filter() 290 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, extack); in mall_reoffload() 319 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, NULL); in mall_stats_hw_filter()
|
H A D | cls_bpf.c | 158 tc_cls_common_offload_init(&cls_bpf.common, tp, obj->gen_flags, extack); in cls_bpf_offload_cmd() 233 tc_cls_common_offload_init(&cls_bpf.common, tp, prog->gen_flags, NULL); in cls_bpf_offload_update_stats() 665 tc_cls_common_offload_init(&cls_bpf.common, tp, prog->gen_flags, in cls_bpf_reoffload()
|
H A D | cls_u32.c | 495 tc_cls_common_offload_init(&cls_u32.common, tp, h->flags, extack); in u32_clear_hw_hnode() 513 tc_cls_common_offload_init(&cls_u32.common, tp, flags, extack); in u32_replace_hw_hnode() 539 tc_cls_common_offload_init(&cls_u32.common, tp, n->flags, extack); in u32_remove_hw_knode() 556 tc_cls_common_offload_init(&cls_u32.common, tp, flags, extack); in u32_replace_hw_knode() 1241 tc_cls_common_offload_init(&cls_u32.common, tp, ht->flags, extack); in u32_reoffload_hnode() 1262 tc_cls_common_offload_init(&cls_u32.common, tp, n->flags, extack); in u32_reoffload_knode()
|
/linux/include/net/ |
H A D | pkt_cls.h | 751 tc_cls_common_offload_init(struct flow_cls_common_offload *cls_common, in tc_cls_common_offload_init() function
|