Searched refs:STAT64 (Results 1 – 1 of 1) sorted by relevance
3174 #define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO)) in t4_tp_get_tcp_stats() macro3180 v4->tcpInSegs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()3181 v4->tcpOutSegs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()3182 v4->tcpRetransSegs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()3188 v6->tcpInSegs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()3189 v6->tcpOutSegs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()3190 v6->tcpRetransSegs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()3192 #undef STAT64 in t4_tp_get_tcp_stats()