Searched refs:sorecvmincopy (Results 1 – 1 of 1) sorted by relevance
266 static int sorecvmincopy = 16384; variable269 SYSCTL_INT(_kern_ipc, OID_AUTO, sorecvmincopy,270 CTLFLAG_RW | CTLFLAG_LOCKED, &sorecvmincopy, 0, "");3782 if (!(flags & MSG_PEEK) && uio_resid(uio) > sorecvmincopy) { in soreceive()4021 if (delayed_copy_len > sorecvmincopy && in soreceive()4275 if (!(flags & MSG_PEEK) && sorecvmincopy > 0) { in soreceive_list()