Searched refs:time_between32 (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | time.h | 98 #define time_between32(t, l, h) ((u32)(h) - (u32)(l) >= (u32)(t) - (u32)(l)) macro
|
| /linux/include/net/ |
| H A D | tcp.h | 646 if (!time_between32(now, last_overflow, in tcp_synq_no_recent_overflow() 654 if (!time_between32(now, last_overflow, last_overflow + HZ)) in tcp_synq_no_recent_overflow() 670 return !time_between32(now, last_overflow - HZ, in tcp_cookie_time() 685 return !time_between32(now, last_overflow - HZ,
|