Home
last modified time | relevance | path

Searched refs:TC_U32_NODE (Results 1 – 6 of 6) sorted by relevance

/external/iproute2/tc/
Df_u32.c88 __u32 nodeid = TC_U32_NODE(handle); in sprint_u32_handle()
1056 if (handle && TC_U32_NODE(handle)) { in u32_parse_opt()
1068 if (handle && TC_U32_NODE(handle)) { in u32_parse_opt()
1155 if (TC_U32_NODE(t->tcm_handle) && order != TC_U32_NODE(t->tcm_handle)) { in u32_parse_opt()
1187 if (TC_U32_NODE(handle)) { in u32_print_opt()
1188 fprintf(f, "order %d ", TC_U32_NODE(handle)); in u32_print_opt()
/external/libnl/tests/
Dtest-u32-filter-with-actions.c89 if (handle && TC_U32_NODE(handle)) { in get_u32_parse_handle()
331 if (htlink && TC_U32_NODE(htlink)) { in main()
Dtest-complex-HTB-with-hash-filters.c90 if (handle && TC_U32_NODE(handle)) { in get_u32_parse_handle()
623 if (htlink && TC_U32_NODE(htlink)) { in main()
/external/iproute2/include/linux/
Dpkt_cls.h104 #define TC_U32_NODE(h) ((h)&0xFFF) macro
/external/libnl/include/linux-private/linux/
Dpkt_cls.h174 #define TC_U32_NODE(h) ((h)&0xFFF) macro
/external/kernel-headers/original/uapi/linux/
Dpkt_cls.h166 #define TC_U32_NODE(h) ((h)&0xFFF) macro