Searched refs:tcp_rack_output (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 583 tcp_rack_output(struct tcpcb *tp, struct tcp_rack *rack, 11009 rsm = tcp_rack_output(tp, rack, tsused); in rack_log_ack() 11087 rack->r_ctl.rc_resend = tcp_rack_output(rack->rc_tp, rack, cts); in rack_strike_dupack() 17034 tcp_rack_output(struct tcpcb *tp, struct tcp_rack *rack, uint32_t tsused) in tcp_rack_output() function 20110 } else if ((rsm = tcp_rack_output(tp, rack, cts)) != NULL) { in rack_output()
|