Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_sockbuf.c68 u_long sb_max_adj = variable
601 sb_max_adj = (u_quad_t)sb_max * MCLBYTES / (MSIZE + MCLBYTES); in sysctl_handle_sb_max()
624 if (cc > sb_max_adj) in sbreserve_locked()
691 if (cc > sb_max_adj) { in sbsetopt()
/f-stack/freebsd/netinet/
H A Dsctp_usrreq.c64 u_long sb_max_adj; in sctp_init() local
74 sb_max_adj = (u_long)((u_quad_t)(SB_MAX) * MCLBYTES / (MSIZE + MCLBYTES)); in sctp_init()
75 SCTP_BASE_SYSCTL(sctp_sendspace) = min(sb_max_adj, in sctp_init()