Searched refs:tc_cls_common_offload_init (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/sched/ |
D | cls_matchall.c | 70 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, extack); in mall_destroy_hw_filter() 88 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, extack); in mall_replace_hw_filter() 253 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, extack); in mall_reoffload()
|
D | cls_bpf.c | 160 tc_cls_common_offload_init(&cls_bpf.common, tp, obj->gen_flags, in cls_bpf_offload_cmd() 230 tc_cls_common_offload_init(&cls_bpf.common, tp, prog->gen_flags, NULL); in cls_bpf_offload_update_stats() 668 tc_cls_common_offload_init(&cls_bpf.common, tp, prog->gen_flags, in cls_bpf_reoffload()
|
D | cls_u32.c | 494 tc_cls_common_offload_init(&cls_u32.common, tp, h->flags, extack); in u32_clear_hw_hnode() 512 tc_cls_common_offload_init(&cls_u32.common, tp, flags, extack); in u32_replace_hw_hnode() 538 tc_cls_common_offload_init(&cls_u32.common, tp, n->flags, extack); in u32_remove_hw_knode() 555 tc_cls_common_offload_init(&cls_u32.common, tp, flags, extack); in u32_replace_hw_knode() 1217 tc_cls_common_offload_init(&cls_u32.common, tp, ht->flags, extack); in u32_reoffload_hnode() 1239 tc_cls_common_offload_init(&cls_u32.common, tp, n->flags, extack); in u32_reoffload_knode()
|
D | cls_flower.c | 288 tc_cls_common_offload_init(&cls_flower.common, tp, f->flags, extack); in fl_hw_destroy_filter() 306 tc_cls_common_offload_init(&cls_flower.common, tp, f->flags, extack); in fl_hw_replace_filter() 336 tc_cls_common_offload_init(&cls_flower.common, tp, f->flags, NULL); in fl_hw_update_stats() 1335 tc_cls_common_offload_init(&cls_flower.common, tp, in fl_reoffload()
|
/Linux-v4.19/include/net/ |
D | pkt_cls.h | 715 tc_cls_common_offload_init(struct tc_cls_common_offload *cls_common, in tc_cls_common_offload_init() function
|