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

/external/iproute2/tc/
H A Df_u32.c88 __u32 nodeid = TC_U32_NODE(handle);
1058 if (handle && TC_U32_NODE(handle)) {
1070 if (handle && TC_U32_NODE(handle)) {
1157 if (TC_U32_NODE(t->tcm_handle) && order != TC_U32_NODE(t->tcm_handle)) {
1189 if (TC_U32_NODE(handle)) {
1190 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/libnl/include/linux/
H A Dpkt_cls.h180 #define TC_U32_NODE(h) ((h)&0xFFF) macro
/external/kernel-headers/original/uapi/linux/
H A Dpkt_cls.h174 #define TC_U32_NODE(h) ((h)&0xFFF) macro

Completed in 414 milliseconds