Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack.c1526 "Should RACK use rack_fast_output()?"); in rack_init_sysctls()
1737 &rack_fto_send, "Total number of rack_fast_output sends"); in rack_init_sysctls()
19034 * we want to avoid hitting cache lines in the rack_fast_output() in rack_sndbuf_autoscale()
19068 rack_fast_output(struct tcpcb *tp, struct tcp_rack *rack, uint64_t ts_val, in rack_fast_output()
19926 ret = rack_fast_output(tp, rack, ts_val, cts, ms_cts, &tv, tot_len_this_send, &error); in rack_output()
22586 ret = rack_fast_output(tp, rack, ts_val, cts, ms_cts, &tv, tot_len_this_send, &error); in rack_output()
19067 rack_fast_output(struct tcpcb *tp, struct tcp_rack *rack, uint64_t ts_val, rack_fast_output() function