Home
last modified time | relevance | path

Searched defs:skip_sw (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/sched/
H A Dcls_bpf.c152 bool skip_sw; in cls_bpf_offload_cmd() local
381 bool skip_sw; in cls_bpf_prog_from_efd() local
H A Dcls_matchall.c91 bool skip_sw = tc_skip_sw(head->flags); in mall_replace_hw_filter() local
H A Dcls_u32.c497 bool skip_sw = tc_skip_sw(flags); in u32_replace_hw_hnode() local
541 bool skip_sw = tc_skip_sw(flags); in u32_replace_hw_knode() local
H A Dact_api.c251 bool skip_sw = tc_act_skip_sw(action->tcfa_flags); in tcf_action_offload_add_ex() local
1489 bool skip_sw = tc_skip_sw(fl_flags); in tcf_action_init() local
H A Dcls_flower.c458 bool skip_sw = tc_skip_sw(f->flags); in fl_hw_replace_filter() local
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_offload.py562 skip_sw=False, skip_hw=False, argument