Searched refs:after_timeout (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_cc.h109 void (*after_timeout) (struct tcpcb *tp); member in struct:tcp_cc_algo
H A Dtcp_newreno.c108 .after_timeout = tcp_newreno_after_timeout,
H A Dtcp_ledbat.c80 .after_timeout = tcp_ledbat_after_timeout,
H A Dtcp_timer.c859 CC_ALGO(tp)->after_timeout != NULL)
860 CC_ALGO(tp)->after_timeout(tp);

Completed in 27 milliseconds