Searched refs:STAT64 (Results 1 – 4 of 4) sorted by relevance
315 # define STAT64 1 macro323 # define STAT64 1 macro327 # define STAT64 0 macro
1124 #if STAT64 > 01135 #if STAT64 > 0
1939 #if STAT64 > 01951 #if STAT64 > 0
9291 #define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO)) in t4_tp_get_tcp_stats() macro9297 v4->tcp_in_segs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()9298 v4->tcp_out_segs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()9299 v4->tcp_retrans_segs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()9305 v6->tcp_in_segs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()9306 v6->tcp_out_segs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()9307 v6->tcp_retrans_segs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()9309 #undef STAT64 in t4_tp_get_tcp_stats()