Searched refs:socket_debug (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/bsd/sys/ ! |
| H A D | socketvar.h | 667 if (socket_debug) sblastrecordchk(sb, s); 670 if (socket_debug) sblastmbufchk(sb, s); 732 extern int socket_debug;
|
| /xnu-12377.1.9/bsd/kern/ ! |
| H A D | uipc_socket.c | 219 int socket_debug = 0; variable 220 SYSCTL_INT(_kern_ipc, OID_AUTO, socket_debug, 221 CTLFLAG_RW | CTLFLAG_LOCKED, &socket_debug, 0, ""); 380 PE_parse_boot_argn("socket_debug", &socket_debug, in socketinit() 381 sizeof(socket_debug)); in socketinit() 3459 if (socket_debug) { in soreceive() 3483 if (socket_debug) { in soreceive()
|
| H A D | kern_control.c | 1145 if (m != NULL && socket_debug && so != NULL && in ctl_enqueuembuf_list()
|