Searched refs:rack_output (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Drack.c492 static int32_t rack_output(struct tcpcb *tp);
1545 &rack_nfto_resend, "Total number of rack_output retransmissions");
1550 &rack_non_fto_send, "Total number of rack_output first sends");
5942 * the normal rack_output() function will call the
5944 * We return 1, saying don't proceed with rack_output only
6146 * have the TLP expire on, the normal rack_output() will then
6149 * We return 1, saying don't proceed with rack_output only
15963 rack_output(struct tcpcb *tp) function
19412 rack_output(tp);
19468 .tfb_tcp_output = rack_output,
[all...]

Completed in 170 milliseconds