Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
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()
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()
1165 if (err && add && tc_skip_sw(ht->flags)) in u32_reoffload_hnode()
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()
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()
2255 if (tc_skip_sw(f->flags)) { in fl_reoffload()
Dcls_api.c3451 if (add && tc_skip_sw(*flags)) in tc_setup_cb_reoffload()
/kernel/linux/linux-5.10/include/net/
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()