Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dcls_bpf.c152 bool skip_sw; in cls_bpf_offload_cmd() local
381 bool skip_sw; in cls_bpf_prog_from_efd() local
Dcls_matchall.c91 bool skip_sw = tc_skip_sw(head->flags); in mall_replace_hw_filter() local
Dcls_u32.c509 bool skip_sw = tc_skip_sw(flags); in u32_replace_hw_hnode() local
553 bool skip_sw = tc_skip_sw(flags); in u32_replace_hw_knode() local
Dact_api.c251 bool skip_sw = tc_act_skip_sw(action->tcfa_flags); in tcf_action_offload_add_ex() local
1498 bool skip_sw = tc_skip_sw(fl_flags); in tcf_action_init() local
Dcls_flower.c469 bool skip_sw = tc_skip_sw(f->flags); in fl_hw_replace_filter() local
/linux-6.12.1/tools/testing/selftests/net/
Dbpf_offload.py500 skip_sw=False, skip_hw=False, argument