Searched defs:skip_sw (Results 1 – 6 of 6) sorted by relevance
| /linux/net/sched/ | ||
| H A D | cls_bpf.c | 150 bool skip_sw; cls_bpf_offload_cmd() local |
| H A D | cls_matchall.c | 91 bool skip_sw = tc_skip_sw(head->flags); in mall_replace_hw_filter() local |
| H A D | cls_u32.c | 508 bool skip_sw = tc_skip_sw(flags); in u32_replace_hw_hnode() local |
| H A D | act_api.c | 246 bool skip_sw = tc_act_skip_sw(action->tcfa_flags); in tcf_action_offload_add_ex() local |
| H A D | cls_flower.c | 469 bool skip_sw = tc_skip_sw(f->flags); fl_hw_replace_filter() local |
| /linux/tools/testing/selftests/net/ | ||
| H A D | bpf_offload.py | 504 skip_sw=False, skip_hw=False, argument |