Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Dtcp_input.c2303 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "tp state TCPS_CLOSED"); in tcp_input()
2354 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "rfc5961 TH_ACCEPT == 0"); in tcp_input()
2368 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "closing a listening socket"); in tcp_input()
2427 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, in tcp_input()
2432 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, in tcp_input()
2441 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad SYN"); in tcp_input()
2448 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad tuple same port"); in tcp_input()
2452 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad tuple same IPv4 address"); in tcp_input()
2465 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "mbuf M_BCAST | M_MCAST"); in tcp_input()
2471 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "IN6_IS_ADDR_MULTICAST"); in tcp_input()
[all …]
H A Dtcp_log.h176 #define TCP_LOG_DROP_PCB(hdr, th, tp, outgoing, reason) if (tcp_is_log_enabled(tp, TLEF_DROP_PCB)) \ macro
H A Dtcp_timer.c1049 TCP_LOG_DROP_PCB(NULL, NULL, tp, false, in tcp_timers()
1128 TCP_LOG_DROP_PCB(NULL, NULL, tp, false, in tcp_timers()
1435 TCP_LOG_DROP_PCB(NULL, NULL, tp, false, "persist timeout drop"); in tcp_timers()
1484 TCP_LOG_DROP_PCB(NULL, NULL, tp, false, in tcp_timers()