Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dnet_backends.c474 unsigned long maxsbsz; in ng_init() local
542 msbsz = sizeof(maxsbsz); in ng_init()
543 if (sysctlbyname("kern.ipc.maxsockbuf", &maxsbsz, &msbsz, in ng_init()
553 maxsbsz = maxsbsz * MCLBYTES / (MSIZE + MCLBYTES); in ng_init()
555 sbsz = MIN(NG_SBUF_MAX_SIZE, maxsbsz); in ng_init()