Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dtcp_sack.c695 tp->snd_cwnd = tcp_flight_size(tp) + num_segs * tp->t_maxseg; in tcp_sack_partialack()
H A Dtcp_output.c533 tcp_flight_size(struct tcpcb *tp) in tcp_flight_size() function
942 cwin = min(tp->snd_wnd, tp->snd_cwnd) - tcp_flight_size(tp); in tcp_output()
1059 cwin = tp->snd_cwnd - tcp_flight_size(tp); in tcp_output()
H A Dtcp_var.h1704 int tcp_flight_size(struct tcpcb *tp);