Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack.c20071 uint32_t rw_avail, cwa; in rack_fast_output()
20074 rw_avail = tp->snd_wnd - ctf_outstanding(tp); in rack_fast_output()
20076 rw_avail = 0; in rack_fast_output()
20082 (rw_avail > rack->r_ctl.pcm_max_seg)) { in rack_fast_output()
20090 cwa, rack->r_ctl.pcm_max_seg, rw_avail); in rack_fast_output()
21014 uint32_t rw_avail, cwa; rack_output() local