Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_rack.c383 tcp_rack_output(struct tcpcb *tp, uint32_t cwin, uint16_t *rack_seg_len) in tcp_rack_output() argument
403 *rack_seg_len = tcp_seg_len(seg) <= allowed_size ? in tcp_rack_output()
H A Dtcp_output.c1008 uint16_t rack_seg_len = 0; in tcp_output() local
1009 if ((seg = tcp_rack_output(tp, cwin, &rack_seg_len)) != NULL) { in tcp_output()
1010 len = min(cwin, rack_seg_len); in tcp_output()
H A Dtcp_var.h1856 struct tcp_seg_sent * tcp_rack_output(struct tcpcb *tp, uint32_t cwin, uint16_t *rack_seg_len);