Searched refs:sorecvmincopy (Results 1 – 1 of 1) sorted by relevance
256 static int sorecvmincopy = 16384; variable259 SYSCTL_INT(_kern_ipc, OID_AUTO, sorecvmincopy,260 CTLFLAG_RW | CTLFLAG_LOCKED, &sorecvmincopy, 0, "");3744 if (!(flags & MSG_PEEK) && uio_resid(uio) > sorecvmincopy) { in soreceive()3983 if (delayed_copy_len > sorecvmincopy && in soreceive()4237 if (!(flags & MSG_PEEK) && sorecvmincopy > 0) { in soreceive_list()