Home
last modified time | relevance | path

Searched refs:socket_debug (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/bsd/sys/
H A Dsocketvar.h639 if (socket_debug) sblastrecordchk(sb, s);
642 if (socket_debug) sblastmbufchk(sb, s);
703 extern int socket_debug;
/xnu-8020.121.3/bsd/kern/
H A Duipc_socket.c224 int socket_debug = 0; variable
225 SYSCTL_INT(_kern_ipc, OID_AUTO, socket_debug,
226 CTLFLAG_RW | CTLFLAG_LOCKED, &socket_debug, 0, "");
409 PE_parse_boot_argn("socket_debug", &socket_debug, in socketinit()
410 sizeof(socket_debug)); in socketinit()
3634 if (socket_debug) { in soreceive()
3658 if (socket_debug) { in soreceive()
H A Dkern_control.c1131 if (m != NULL && socket_debug && so != NULL && in ctl_enqueuembuf_list()