Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dtcp_cc.h212 void (*after_timeout) (struct tcpcb *tp); member
H A Dtcp_newreno.c106 .after_timeout = tcp_newreno_after_timeout,
H A Dtcp_ledbat.c85 .after_timeout = tcp_ledbat_after_timeout,
H A Dtcp_cubic.c80 .after_timeout = tcp_cubic_after_timeout,
H A Dtcp_timer.c1387 CC_ALGO(tp)->after_timeout != NULL) { in tcp_timers()
1388 CC_ALGO(tp)->after_timeout(tp); in tcp_timers()