Searched refs:sorecvmincopy (Results 1 – 1 of 1) sorted by relevance
257 static int sorecvmincopy = 16384; variable260 SYSCTL_INT(_kern_ipc, OID_AUTO, sorecvmincopy,261 CTLFLAG_RW | CTLFLAG_LOCKED, &sorecvmincopy, 0, "");3581 if (!(flags & MSG_PEEK) && uio_resid(uio) > sorecvmincopy) { in soreceive()3819 if (delayed_copy_len > sorecvmincopy && in soreceive()