Searched refs:sb_effective_max (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c1627 u_quad_t sb_effective_max = (sb_max / (MSIZE+MCLBYTES)) * MCLBYTES; local
1642 if (new_value > 0 && new_value <= sb_effective_max) {
H A Dudp_usrreq.c1652 u_quad_t sb_effective_max = (sb_max/ (MSIZE+MCLBYTES)) * MCLBYTES; local
1667 if (new_value > 0 && new_value <= sb_effective_max) {

Completed in 91 milliseconds