Searched refs:tmp_sb_max (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Duipc_sockbuf.c407 u_long tmp_sb_max = sb_max; local
409 error = sysctl_handle_long(oidp, &tmp_sb_max, arg2, req);
412 if (tmp_sb_max < MSIZE + MCLBYTES)
414 sb_max = tmp_sb_max;

Completed in 72 milliseconds