Searched refs:ttd (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/net/ipv6/ |
D | ip6_flowlabel.c | 97 unsigned long ttd = fl->lastuse + fl->linger; in fl_release() local 98 if ((long)(ttd - fl->expires) > 0) in fl_release() 99 fl->expires = ttd; in fl_release() 100 ttd = fl->expires; in fl_release() 107 (long)(ip6_fl_gc_timer.expires - ttd) > 0) in fl_release() 108 ip6_fl_gc_timer.expires = ttd; in fl_release() 126 unsigned long ttd = fl->lastuse + fl->linger; in ip6_fl_gc() local 127 if ((long)(ttd - fl->expires) > 0) in ip6_fl_gc() 128 fl->expires = ttd; in ip6_fl_gc() 129 ttd = fl->expires; in ip6_fl_gc() [all …]
|
D | tcp_ipv6.c | 1898 int ttd = req->expires - jiffies; in get_openreq6() local 1900 if (ttd < 0) in get_openreq6() 1901 ttd = 0; in get_openreq6() 1918 ttd, in get_openreq6() 1977 int ttd = tw->ttd - jiffies; in get_timewait6_sock() local 1979 if (ttd < 0) in get_timewait6_sock() 1980 ttd = 0; in get_timewait6_sock() 1996 3, ttd, 0, 0, 0, 0, in get_timewait6_sock()
|
/linux-2.4.37.9/net/ipv4/ |
D | tcp_ipv4.c | 2080 int ttd = req->expires - jiffies; in get_openreq() local 2092 ttd, in get_openreq() 2147 int ttd = tw->ttd - jiffies; in get_timewait_sock() local 2149 if (ttd < 0) in get_timewait_sock() 2150 ttd = 0; in get_timewait_sock() 2160 3, ttd, 0, 0, 0, 0, in get_timewait_sock()
|
D | tcp_minisocks.c | 554 tw->ttd = jiffies + timeo; in tcp_tw_schedule() 558 tw->ttd = jiffies + (slot<<TCP_TW_RECYCLE_TICK); in tcp_tw_schedule()
|
D | tcp_diag.c | 82 long tmo = tw->ttd - jiffies; in tcpdiag_fill()
|
/linux-2.4.37.9/include/net/ |
D | tcp.h | 185 unsigned long ttd; member
|