Searched refs:TCP_LOG_DROP_PCB (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | tcp_input.c | 2293 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "tp state TCPS_CLOSED"); in tcp_input() 2344 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "rfc5961 TH_ACCEPT == 0"); in tcp_input() 2358 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "closing a listening socket"); in tcp_input() 2412 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, in tcp_input() 2417 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, in tcp_input() 2426 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad SYN"); in tcp_input() 2433 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad tuple same port"); in tcp_input() 2437 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad tuple same IPv4 address"); in tcp_input() 2450 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "mbuf M_BCAST | M_MCAST"); in tcp_input() 2456 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "IN6_IS_ADDR_MULTICAST"); in tcp_input() [all …]
|
| H A D | tcp_log.h | 170 #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 | 1047 TCP_LOG_DROP_PCB(NULL, NULL, tp, false, in tcp_timers() 1126 TCP_LOG_DROP_PCB(NULL, NULL, tp, false, in tcp_timers() 1433 TCP_LOG_DROP_PCB(NULL, NULL, tp, false, "persist timeout drop"); in tcp_timers() 1482 TCP_LOG_DROP_PCB(NULL, NULL, tp, false, in tcp_timers()
|