Home
last modified time | relevance | path

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

/linux-6.12.1/tools/include/uapi/linux/
Dpkt_cls.h141 #define TC_U32_NODE(h) ((h)&0xFFF) macro
/linux-6.12.1/net/sched/
Dcls_u32.c1077 if (!TC_U32_NODE(handle)) { in u32_change()
1080 handle = htid | TC_U32_NODE(handle); in u32_change()
1170 if (TC_U32_NODE(handle) < TC_U32_NODE(pins->handle)) in u32_change()
/linux-6.12.1/include/uapi/linux/
Dpkt_cls.h217 #define TC_U32_NODE(h) ((h)&0xFFF) macro
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_u32.c177 TC_U32_NODE(cls->knode.handle)); in cxgb4_config_knode()