Home
last modified time | relevance | path

Searched refs:tc_skip_sw (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dcls_matchall.c35 if (tc_skip_sw(head->flags)) in mall_classify()
89 bool skip_sw = tc_skip_sw(head->flags); in mall_replace_hw_filter()
308 if (add && tc_skip_sw(head->flags)) { in mall_reoffload()
H A Dcls_bpf.c95 if (tc_skip_sw(prog->gen_flags)) { in cls_bpf_classify()
154 skip_sw = prog && tc_skip_sw(prog->gen_flags); in cls_bpf_offload_cmd()
H A Dcls_u32.c134 if (tc_skip_sw(n->flags)) { in u32_classify()
495 bool skip_sw = tc_skip_sw(flags); in u32_replace_hw_hnode()
539 bool skip_sw = tc_skip_sw(flags); in u32_replace_hw_knode()
1210 if (err && add && tc_skip_sw(ht->flags)) in u32_reoffload_hnode()
H A Dcls_flower.c331 if (f && !tc_skip_sw(f->flags)) { in fl_classify()
444 bool skip_sw = tc_skip_sw(f->flags); in fl_hw_replace_filter()
2273 if (tc_skip_sw(f->flags)) { in fl_reoffload()
H A Dcls_api.c3454 if (add && tc_skip_sw(*flags)) in tc_setup_cb_reoffload()
/kernel/linux/linux-6.6/net/sched/
H A Dcls_matchall.c37 if (tc_skip_sw(head->flags)) in mall_classify()
91 bool skip_sw = tc_skip_sw(head->flags); in mall_replace_hw_filter()
298 return add && tc_skip_sw(head->flags) ? err : 0; in mall_reoffload()
H A Dcls_bpf.c95 if (tc_skip_sw(prog->gen_flags)) { in cls_bpf_classify()
155 skip_sw = prog && tc_skip_sw(prog->gen_flags); in cls_bpf_offload_cmd()
H A Dcls_u32.c136 if (tc_skip_sw(n->flags)) { in u32_classify()
497 bool skip_sw = tc_skip_sw(flags); in u32_replace_hw_hnode()
541 bool skip_sw = tc_skip_sw(flags); in u32_replace_hw_knode()
1234 if (err && add && tc_skip_sw(ht->flags)) in u32_reoffload_hnode()
H A Dcls_flower.c343 if (f && !tc_skip_sw(f->flags)) { in fl_classify()
458 bool skip_sw = tc_skip_sw(f->flags); in fl_hw_replace_filter()
2584 if (tc_skip_sw(f->flags)) { in fl_reoffload()
H A Dact_api.c1469 bool skip_sw = tc_skip_sw(fl_flags); in tcf_action_init()
H A Dcls_api.c3680 if (add && tc_skip_sw(*flags)) in tc_setup_cb_reoffload()
/kernel/linux/linux-5.10/include/net/
H A Dpkt_cls.h676 static inline bool tc_skip_sw(u32 flags) in tc_skip_sw() function
708 if (tc_skip_sw(flags) || flags & TCA_CLS_FLAGS_VERBOSE) in tc_cls_common_offload_init()
/kernel/linux/linux-6.6/include/net/
H A Dpkt_cls.h715 static inline bool tc_skip_sw(u32 flags) in tc_skip_sw() function
747 if (tc_skip_sw(flags) || flags & TCA_CLS_FLAGS_VERBOSE) in tc_cls_common_offload_init()

Completed in 31 milliseconds