Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dpkt_cls.h132 #define TCA_CLS_FLAGS_IN_HW (1 << 2) /* filter is offloaded to HW */ macro
/linux/include/uapi/linux/
H A Dpkt_cls.h208 #define TCA_CLS_FLAGS_IN_HW (1 << 2) /* filter is offloaded to HW */ macro
/linux/net/sched/
H A Dcls_api.c3525 if (*flags & TCA_CLS_FLAGS_IN_HW) in tcf_block_offload_inc()
3527 *flags |= TCA_CLS_FLAGS_IN_HW; in tcf_block_offload_inc()
3533 if (!(*flags & TCA_CLS_FLAGS_IN_HW)) in tcf_block_offload_dec()
3535 *flags &= ~TCA_CLS_FLAGS_IN_HW; in tcf_block_offload_dec()
H A Dcls_flower.c502 if (skip_sw && !(f->flags & TCA_CLS_FLAGS_IN_HW)) in fl_hw_replace_filter()