Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_sockbuf.c68 u_long sb_max = SB_MAX; variable
627 u_long tmp_sb_max = sb_max; in sysctl_handle_sb_max()
634 sb_max = tmp_sb_max; in sysctl_handle_sb_max()
635 sb_max_adj = BUF_MAX_ADJ(sb_max); in sysctl_handle_sb_max()
678 return (sbreserve_locked_limit(so, which, cc, sb_max, td)); in sbreserve_locked()
1887 CTLTYPE_ULONG | CTLFLAG_RW | CTLFLAG_MPSAFE, &sb_max, 0,
/freebsd/sys/netinet/
H A Dtcp_input.c3090 if (th->th_urp + sbavail(&so->so_rcv) > sb_max) { in tcp_do_segment()
3907 if (bufsize > sb_max) in tcp_mss()
3908 bufsize = sb_max; in tcp_mss()
3940 if (bufsize > sb_max) in tcp_mss()
3941 bufsize = sb_max; in tcp_mss()
H A Dtcp_syncache.c1718 (TCP_MAXWIN << wscale) < sb_max) in syncache_add()
2367 (TCP_MAXWIN << wscale) < sb_max) in syncookie_expand()
H A Dtcp_usrreq.c1442 (TCP_MAXWIN << tp->request_r_scale) < sb_max) in tcp_connect()
1485 (TCP_MAXWIN << tp->request_r_scale) < sb_max) in tcp6_connect()
/freebsd/sys/sys/
H A Dsocketvar.h470 extern u_long sb_max;
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1117 unsigned long space = sb_max; in select_rcv_wscale()