Home
last modified time | relevance | path

Searched refs:TCA_CLS_FLAGS_IN_HW (Results 1 – 8 of 8) sorted by relevance

/linux/tools/include/uapi/linux/
A Dpkt_cls.h132 #define TCA_CLS_FLAGS_IN_HW (1 << 2) /* filter is offloaded to HW */ macro
/linux/include/uapi/linux/
A Dpkt_cls.h205 #define TCA_CLS_FLAGS_IN_HW (1 << 2) /* filter is offloaded to HW */ macro
/linux/net/sched/
A Dcls_matchall.c122 if (skip_sw && !(head->flags & TCA_CLS_FLAGS_IN_HW)) in mall_replace_hw_filter()
A Dcls_u32.c562 if (skip_sw && !(n->flags & TCA_CLS_FLAGS_IN_HW)) in u32_replace_hw_knode()
888 ~(TCA_CLS_FLAGS_IN_HW | TCA_CLS_FLAGS_NOT_IN_HW)) { in u32_change()
A Dcls_bpf.c182 if (prog && skip_sw && !(prog->gen_flags & TCA_CLS_FLAGS_IN_HW)) in cls_bpf_offload_cmd()
A Dcls_api.c3186 if (*flags & TCA_CLS_FLAGS_IN_HW) in tcf_block_offload_inc()
3188 *flags |= TCA_CLS_FLAGS_IN_HW; in tcf_block_offload_inc()
3194 if (!(*flags & TCA_CLS_FLAGS_IN_HW)) in tcf_block_offload_dec()
3196 *flags &= ~TCA_CLS_FLAGS_IN_HW; in tcf_block_offload_dec()
A Dcls_flower.c486 if (skip_sw && !(f->flags & TCA_CLS_FLAGS_IN_HW)) in fl_hw_replace_filter()
/linux/include/net/
A Dpkt_cls.h693 return (flags & TCA_CLS_FLAGS_IN_HW) ? true : false; in tc_in_hw()

Completed in 30 milliseconds