Home
last modified time | relevance | path

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

/third_party/libnl/tests/
Dtest-u32-filter-with-actions.c93 if (handle && TC_U32_NODE(handle)) { in get_u32_parse_handle()
337 if (htlink && TC_U32_NODE(htlink)) { in main()
Dtest-complex-HTB-with-hash-filters.c93 if (handle && TC_U32_NODE(handle)) { in get_u32_parse_handle()
627 if (htlink && TC_U32_NODE(htlink)) { in main()
/third_party/libnl/include/linux-private/linux/
Dpkt_cls.h141 #define TC_U32_NODE(h) ((h)&0xFFF) macro