Searched refs:maxsbsz (Results 1 – 1 of 1) sorted by relevance
60 unsigned long maxsbsz; in ng_init() local128 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()