Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_prague.c291 tp->t_lossflightsize = tcp_flight_size(tp); in tcp_prague_pre_fr()
H A Dtcp_output.c550 tcp_flight_size(struct tcpcb *tp) in tcp_flight_size() function
964 int32_t cwin = tp->snd_cwnd - tcp_flight_size(tp); in tcp_output()
999 int32_t cwin = min(tp->snd_wnd, tp->snd_cwnd) - tcp_flight_size(tp); in tcp_output()
1134 int32_t cwin = tp->snd_cwnd - tcp_flight_size(tp); in tcp_output()
H A Dtcp_sack.c721 tp->snd_cwnd = tcp_flight_size(tp) + num_segs * tp->t_maxseg; in tcp_sack_partialack()
H A Dtcp_var.h1828 uint32_t tcp_flight_size(struct tcpcb *tp);
H A Dtcp_input.c1508 obytes = tcp_flight_size(tp); in tcp_early_rexmt_check()
1511 obytes = tcp_flight_size(tp); in tcp_early_rexmt_check()