Home
last modified time | relevance | path

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

/linux/include/net/
H A Dpkt_cls.h728 static inline bool tc_skip_sw(u32 flags) in tc_skip_sw() function
760 cls_common->skip_sw = tc_skip_sw(flags); in tc_cls_common_offload_init()
761 if (tc_skip_sw(flags) || flags & TCA_CLS_FLAGS_VERBOSE) in tc_cls_common_offload_init()
769 if (tc_skip_sw(flags) && tc_in_hw(flags)) in tcf_proto_update_usesw()
/linux/net/sched/
H A Dcls_bpf.c95 if (tc_skip_sw(prog->gen_flags)) { in cls_bpf_classify()
153 skip_sw = prog && tc_skip_sw(prog->gen_flags); in cls_bpf_offload_cmd()
H A Dcls_flower.c354 if (f && !tc_skip_sw(f->flags)) { in fl_classify()
469 bool skip_sw = tc_skip_sw(f->flags); in fl_hw_replace_filter()
2716 if (tc_skip_sw(f->flags)) { in fl_reoffload()
H A Dact_api.c1518 bool skip_sw = tc_skip_sw(fl_flags); in tcf_action_init()
H A Dcls_api.c3795 if (add && tc_skip_sw(*flags)) in tc_setup_cb_reoffload()