Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_sockbuf.c604 u_long tmp_sb_max = sb_max; in sysctl_handle_sb_max() local
606 error = sysctl_handle_long(oidp, &tmp_sb_max, arg2, req); in sysctl_handle_sb_max()
609 if (tmp_sb_max < MSIZE + MCLBYTES) in sysctl_handle_sb_max()
611 sb_max = tmp_sb_max; in sysctl_handle_sb_max()