Home
last modified time | relevance | path

Searched refs:ttd (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/net/ipv6/
Dip6_flowlabel.c97 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 …]
Dtcp_ipv6.c1898 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/
Dtcp_ipv4.c2080 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()
Dtcp_minisocks.c554 tw->ttd = jiffies + timeo; in tcp_tw_schedule()
558 tw->ttd = jiffies + (slot<<TCP_TW_RECYCLE_TICK); in tcp_tw_schedule()
Dtcp_diag.c82 long tmo = tw->ttd - jiffies; in tcpdiag_fill()
/linux-2.4.37.9/include/net/
Dtcp.h185 unsigned long ttd; member