Searched refs:TCA_CLS_FLAGS_IN_HW (Results 1 – 2 of 2) sorted by relevance
174 #define TCA_CLS_FLAGS_IN_HW (1 << 2) /* filter is offloaded to HW */ macro
626 return (flags & TCA_CLS_FLAGS_IN_HW) ? true : false; in tc_in_hw()