Searched refs:sorecvmincopy (Results 1 – 1 of 1) sorted by relevance
267 static int sorecvmincopy = 16384; variable270 SYSCTL_INT(_kern_ipc, OID_AUTO, sorecvmincopy,271 CTLFLAG_RW | CTLFLAG_LOCKED, &sorecvmincopy, 0, "");3693 if (!(flags & MSG_PEEK) && uio_resid(uio) > sorecvmincopy) { in soreceive()3931 if (delayed_copy_len > sorecvmincopy && in soreceive()