Home
last modified time | relevance | path

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

/include/uapi/linux/
Dpkt_cls.h174 #define TCA_CLS_FLAGS_IN_HW (1 << 2) /* filter is offloaded to HW */ macro
/include/net/
Dpkt_cls.h626 return (flags & TCA_CLS_FLAGS_IN_HW) ? true : false; in tc_in_hw()