Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sched/
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()
309 return add && tc_skip_sw(head->flags) ? err : 0; in mall_reoffload()
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()
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()
1163 if (err && add && tc_skip_sw(ht->flags)) in u32_reoffload_hnode()
A Dcls_flower.c339 if (f && !tc_skip_sw(f->flags)) { in fl_classify()
452 bool skip_sw = tc_skip_sw(f->flags); in fl_hw_replace_filter()
2459 if (tc_skip_sw(f->flags)) { in fl_reoffload()
A Dact_api.c1469 bool skip_sw = tc_skip_sw(fl_flags); in tcf_action_init()
A Dcls_api.c3667 if (add && tc_skip_sw(*flags)) in tc_setup_cb_reoffload()
/linux-6.3-rc2/include/net/
A Dpkt_cls.h728 static inline bool tc_skip_sw(u32 flags) in tc_skip_sw() function
760 if (tc_skip_sw(flags) || flags & TCA_CLS_FLAGS_VERBOSE) in tc_cls_common_offload_init()

Completed in 28 milliseconds