Searched refs:time_after32 (Results 1 – 2 of 2) sorted by relevance
84 #define time_after32(a, b) ((s32)((u32)(b) - (u32)(a)) < 0) macro85 #define time_before32(b, a) time_after32(a, b)
2667 return time_after32(tcp_jiffies32, in mptcp_close_tout_expired()