Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dcls_bpf.c154 bool skip_sw; in cls_bpf_offload_cmd() local
378 bool skip_sw; in cls_bpf_prog_from_efd() local
Dcls_matchall.c85 bool skip_sw = tc_skip_sw(head->flags); in mall_replace_hw_filter() local
Dcls_u32.c508 bool skip_sw = tc_skip_sw(flags); in u32_replace_hw_hnode() local
552 bool skip_sw = tc_skip_sw(flags); in u32_replace_hw_knode() local
Dcls_flower.c303 bool skip_sw = tc_skip_sw(f->flags); in fl_hw_replace_filter() local
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_offload.py483 skip_sw=False, skip_hw=False, argument