Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dsocketvar.h379 extern u_long sb_max;
/openbsd/sys/netinet/
H A Dtcp_usrreq.c669 tcp_rscale(tp, sb_max); in tcp_connect()
1524 nmax = MIN(sb_max, so->so_snd.sb_wat + tp->snd_max - in tcp_update_sndspace()
1565 nmax = MIN(sb_max, so->so_rcv.sb_hiwat + in tcp_update_rcvspace()
H A Dtcp_input.c1878 if (th->th_urp + so->so_rcv.sb_cc > sb_max) { in tcp_input()
2994 if (bufsize > sb_max) in tcp_mss_update()
2995 bufsize = sb_max; in tcp_mss_update()
3002 if (bufsize > sb_max) in tcp_mss_update()
3003 bufsize = sb_max; in tcp_mss_update()
3899 (TCP_MAXWIN << sc->sc_request_r_scale) < sb_max) in syn_cache_add()
/openbsd/sys/kern/
H A Duipc_socket2.c50 u_long sb_max = SB_MAX; /* patchable */ variable
663 if (cc == 0 || cc > sb_max) in sbreserve()