Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_bpf.c151 bool skip_sw; in cls_bpf_offload_cmd() local
380 bool skip_sw; in cls_bpf_prog_from_efd() local
H A Dcls_matchall.c89 bool skip_sw = tc_skip_sw(head->flags); in mall_replace_hw_filter() local
H A Dcls_u32.c495 bool skip_sw = tc_skip_sw(flags); in u32_replace_hw_hnode() local
539 bool skip_sw = tc_skip_sw(flags); in u32_replace_hw_knode() local
H A Dcls_flower.c444 bool skip_sw = tc_skip_sw(f->flags); in fl_hw_replace_filter() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_offload.py562 skip_sw=False, skip_hw=False, argument