Searched refs:STAT64 (Results 1 – 4 of 4) sorted by relevance
959 #if STAT64 > 0970 #if STAT64 > 0
1795 #if STAT64 > 01807 #if STAT64 > 0
320 # define STAT64 1 macro328 # define STAT64 1 macro332 # define STAT64 0 macro
2770 #define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO)) in t4_tp_get_tcp_stats() macro2776 v4->tcpInSegs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()2777 v4->tcpOutSegs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()2778 v4->tcpRetransSegs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()2784 v6->tcpInSegs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()2785 v6->tcpOutSegs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()2786 v6->tcpRetransSegs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()2788 #undef STAT64 in t4_tp_get_tcp_stats()