Searched refs:TC_U32_NODE (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/tc/
H A Df_u32.c88 __u32 nodeid = TC_U32_NODE(handle);
1057 if (handle && TC_U32_NODE(handle)) {
1069 if (handle && TC_U32_NODE(handle)) {
1156 if (TC_U32_NODE(t->tcm_handle) && order != TC_U32_NODE(t->tcm_handle)) {
1188 if (TC_U32_NODE(handle)) {
1189 fprintf(f, "order %d ", TC_U32_NODE(handle));
/external/iproute2/include/linux/
H A Dpkt_cls.h174 #define TC_U32_NODE(h) ((h)&0xFFF) macro
/external/kernel-headers/original/linux/
H A Dpkt_cls.h180 #define TC_U32_NODE(h) ((h)&0xFFF) macro

Completed in 45 milliseconds