Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dnet_backend_netgraph.c60 unsigned long maxsbsz; in ng_init() local
128 msbsz = sizeof(maxsbsz); in ng_init()
129 if (sysctlbyname("kern.ipc.maxsockbuf", &maxsbsz, &msbsz, in ng_init()
139 maxsbsz = maxsbsz * MCLBYTES / (MSIZE + MCLBYTES); in ng_init()
141 sbsz = MIN(NG_SBUF_MAX_SIZE, maxsbsz); in ng_init()