Home
last modified time | relevance | path

Searched defs:cwin (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_rack.c352 tcp_rack_adjust(struct tcpcb *tp, uint32_t cwin) in tcp_rack_adjust()
383 tcp_rack_output(struct tcpcb *tp, uint32_t cwin, uint16_t *rack_seg_len) in tcp_rack_output()
H A Dtcp_output.c961 int32_t cwin = tp->snd_cwnd - tcp_flight_size(tp); in tcp_output() local
996 int32_t cwin = min(tp->snd_wnd, tp->snd_cwnd) - tcp_flight_size(tp); in tcp_output() local
1131 int32_t cwin = tp->snd_cwnd - tcp_flight_size(tp); in tcp_output() local