Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cc.h214 void (*after_timeout) (struct tcpcb *tp); member
H A Dtcp_newreno.c99 .after_timeout = tcp_newreno_after_timeout,
H A Dtcp_cubic.c66 .after_timeout = tcp_cubic_after_timeout,
H A Dtcp_ledbat.c76 .after_timeout = tcp_ledbat_after_timeout,
H A Dtcp_prague.c59 .after_timeout = tcp_prague_after_timeout,
H A Dtcp_timer.c1401 CC_ALGO(tp)->after_timeout != NULL) { in tcp_timers()
1402 CC_ALGO(tp)->after_timeout(tp); in tcp_timers()