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
6034 #define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO)) in t4_tp_get_tcp_stats() macro6040 v4->tcp_in_segs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()6041 v4->tcp_out_segs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()6042 v4->tcp_retrans_segs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()6048 v6->tcp_in_segs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()6049 v6->tcp_out_segs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()6050 v6->tcp_retrans_segs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()6052 #undef STAT64 in t4_tp_get_tcp_stats()