Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_rack.c356 tcp_rack_adjust(struct tcpcb *tp, uint32_t cwin) in tcp_rack_adjust()
387 tcp_rack_output(struct tcpcb *tp, uint32_t cwin, uint16_t *rack_seg_len) in tcp_rack_output()
H A Dtcp_output.c1284 int32_t cwin = tp->snd_cwnd - tcp_flight_size(tp); in tcp_output() local
1319 int32_t cwin = min(tp->snd_wnd, tp->snd_cwnd) - tcp_flight_size(tp); in tcp_output() local
1454 int32_t cwin = tp->snd_cwnd - tcp_flight_size(tp); in tcp_output() local