Home
last modified time | relevance | path

Searched refs:TP_KEEPIDLE (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/netinet/
Dtcp_timer.h157 #define TP_KEEPIDLE(tp) ((tp)->t_keepidle ? (tp)->t_keepidle : tcp_keepidle) macro
Dtcp_timer.c343 if (ticks - tp->t_rcvtime >= TP_KEEPIDLE(tp) + TP_MAXIDLE(tp)) in tcp_timer_keep()
368 callout_reset_on(&tp->t_timers->tt_keep, TP_KEEPIDLE(tp), in tcp_timer_keep()
Dtcp_input.c1524 tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_do_segment()
1970 TP_KEEPIDLE(tp)); in tcp_do_segment()
2370 tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_do_segment()
Dtcp_usrreq.c1505 TP_KEEPIDLE(tp)); in tcp_ctloutput()