Searched refs:TCP_LOG_DROP_PCB (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | tcp_input.c | 2354 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, otp, false, " listen drop"); in tcp_create_server_socket() 2455 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, " in_pcbinshash failed"); in tcp_create_server_socket() 2528 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, " cfil_sock_attach failed"); in tcp_create_server_socket() 2569 TCP_LOG_DROP_PCB(TCP_LOG_HDR, tpi->th, tp, false, "LISTEN bind in progress"); in tcp_setup_server_socket() 2579 TCP_LOG_DROP_PCB(TCP_LOG_HDR, tpi->th, tp, false, "LISTEN kalloc_type failed"); in tcp_setup_server_socket() 2601 TCP_LOG_DROP_PCB(TCP_LOG_HDR, tpi->th, tp, false, " LISTEN in6_pcbconnect failed"); in tcp_setup_server_socket() 2610 TCP_LOG_DROP_PCB(TCP_LOG_HDR, tpi->th, tp, false, "LISTEN kalloc_type failed"); in tcp_setup_server_socket() 2625 TCP_LOG_DROP_PCB(TCP_LOG_HDR, tpi->th, tp, false, " LISTEN in_pcbconnect failed"); in tcp_setup_server_socket() 3196 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "tp state TCPS_CLOSED"); in tcp_input() 3258 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "rfc5961 TH_ACCEPT == 0"); in tcp_input() [all …]
|
| H A D | tcp_log.h | 220 #define TCP_LOG_DROP_PCB(hdr, th, tp, outgoing, reason) if (tcp_is_log_enabled(tp, TLEF_DROP_PCB)) \ macro
|
| H A D | tcp_timer.c | 1051 TCP_LOG_DROP_PCB(NULL, NULL, tp, false, in tcp_timers() 1117 TCP_LOG_DROP_PCB(NULL, NULL, tp, false, in tcp_timers() 1447 TCP_LOG_DROP_PCB(NULL, NULL, tp, false, "persist timeout drop"); in tcp_timers() 1496 TCP_LOG_DROP_PCB(NULL, NULL, tp, false, in tcp_timers()
|