Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Duipc_sockbuf.c636 u_long tmp_sb_max = sb_max; in sysctl_handle_sb_max() local
638 error = sysctl_handle_long(oidp, &tmp_sb_max, arg2, req); in sysctl_handle_sb_max()
641 if (tmp_sb_max < MSIZE + MCLBYTES) in sysctl_handle_sb_max()
643 sb_max = tmp_sb_max; in sysctl_handle_sb_max()