Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_prague.c285 tp->t_lossflightsize = tcp_flight_size(tp); in tcp_prague_pre_fr()
H A Dtcp_sack.c711 tp->snd_cwnd = tcp_flight_size(tp) + num_segs * tp->t_maxseg; in tcp_sack_partialack()
H A Dtcp_output.c585 tcp_flight_size(struct tcpcb *tp) in tcp_flight_size() function
1284 int32_t cwin = tp->snd_cwnd - tcp_flight_size(tp); in tcp_output()
1319 int32_t cwin = min(tp->snd_wnd, tp->snd_cwnd) - tcp_flight_size(tp); in tcp_output()
1454 int32_t cwin = tp->snd_cwnd - tcp_flight_size(tp); in tcp_output()
H A Dtcp_var.h1900 uint32_t tcp_flight_size(struct tcpcb *tp);
H A Dtcp_input.c1421 obytes = tcp_flight_size(tp); in tcp_early_rexmt_check()
1424 obytes = tcp_flight_size(tp); in tcp_early_rexmt_check()