Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dtcp_timer.h185 #define TP_KEEPINTVL(tp) ((tp)->t_keepintvl ? (tp)->t_keepintvl : tcp_keepintvl) macro
187 #define TP_MAXIDLE(tp) (TP_KEEPCNT(tp) * TP_KEEPINTVL(tp))
/f-stack/freebsd/netinet/
H A Dtcp_timer.h185 #define TP_KEEPINTVL(tp) ((tp)->t_keepintvl ? (tp)->t_keepintvl : tcp_keepintvl) macro
187 #define TP_MAXIDLE(tp) (TP_KEEPCNT(tp) * TP_KEEPINTVL(tp))
H A Dtcp_timer.c372 TP_KEEPINTVL(tp), tcp_timer_2msl, tp); in tcp_timer_2msl()
483 callout_reset(&tp->t_timers->tt_keep, TP_KEEPINTVL(tp), in tcp_timer_keep()
H A Dtcp_usrreq.c2572 ui = TP_KEEPINTVL(tp) / hz; in tcp_default_ctloutput()