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