Home
last modified time | relevance | path

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

/src/sys/kern/
H A Duipc_sockbuf.c627 u_long tmp_sb_max = sb_max; in sysctl_handle_sb_max() local
629 error = sysctl_handle_long(oidp, &tmp_sb_max, arg2, req); in sysctl_handle_sb_max()
632 if (tmp_sb_max < MSIZE + MCLBYTES) in sysctl_handle_sb_max()
634 sb_max = tmp_sb_max; in sysctl_handle_sb_max()