Searched refs:sb_max (Results 1 – 4 of 4) sorted by relevance
356 extern u_long sb_max;
686 tcp_rscale(tp, sb_max); in tcp_connect()1560 nmax = MIN(sb_max, so->so_snd.sb_wat + tp->snd_max - in tcp_update_sndspace()1608 nmax = MIN(sb_max, so->so_rcv.sb_hiwat + in tcp_update_rcvspace()
1904 if (urgent > sb_max) { in tcp_input() 3021 if (bufsize > sb_max) in tcp_mss_update() 3022 bufsize = sb_max; in tcp_mss_update() 3031 if (bufsize > sb_max) in tcp_mss_update() 3032 bufsize = sb_max; in tcp_mss_update() 3930 * will still allow us to scale up to sb_max. in syn_cache_add() 3949 (TCP_MAXWIN << sc->sc_request_r_scale) < sb_max) in syn_cache_add()
50 u_long sb_max = SB_MAX; /* [I] patchable */ variable625 if (cc == 0 || cc > sb_max) in sbreserve()