Searched refs:do_recvmsg_x_donttrunc (Results 1 – 1 of 1) sorted by relevance
203 static int do_recvmsg_x_donttrunc = 0; variable204 SYSCTL_INT(_kern_ipc, OID_AUTO, do_recvmsg_x_donttrunc,205 CTLFLAG_RW | CTLFLAG_LOCKED, &do_recvmsg_x_donttrunc, 0, "");2709 if (do_recvmsg_x_donttrunc != 0 || (so->so_options & SO_DONTTRUNC)) { in recvmsg_x()