Searched refs:TC_U32_HTID (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/include/linux/
H A Dpkt_cls.h171 #define TC_U32_HTID(h) ((h)&0xFFF00000) macro
172 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20)
/external/libnl/include/linux/
H A Dpkt_cls.h177 #define TC_U32_HTID(h) ((h)&0xFFF00000) macro
178 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20)
/external/kernel-headers/original/uapi/linux/
H A Dpkt_cls.h171 #define TC_U32_HTID(h) ((h)&0xFFF00000) macro
172 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20)
/external/iproute2/tc/
H A Df_u32.c86 __u32 htid = TC_U32_HTID(handle);

Completed in 88 milliseconds