Lines Matching refs:TCP_LOG_HDR
2174 #define TCP_LOG_HDR (isipv6 ? (void *)ip6 : (void *)ip) in tcp_input() macro
2184 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "bad tcp offset"); in tcp_input()
2233 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "drop SYN FIN"); in tcp_input()
2359 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "blackhole 1 syn for closed port"); in tcp_input()
2364 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "blackhole 2 closed port"); in tcp_input()
2367 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "blackhole closed port"); in tcp_input()
2373 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "closed port"); in tcp_input()
2387 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "inp_socket NULL"); in tcp_input()
2395 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "inp state WNT_STOPUSING"); in tcp_input()
2438 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "tp is NULL"); in tcp_input()
2448 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "tp state TCPS_CLOSED"); in tcp_input()
2457 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input()
2479 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input()
2487 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input()
2499 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "rfc5961 TH_ACCEPT == 0"); in tcp_input()
2516 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "closing a listening socket"); in tcp_input()
2565 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, in tcp_input()
2570 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, in tcp_input()
2579 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad SYN"); in tcp_input()
2586 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad tuple same port"); in tcp_input()
2590 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad tuple same IPv4 address"); in tcp_input()
2603 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "mbuf M_BCAST | M_MCAST"); in tcp_input()
2609 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "IN6_IS_ADDR_MULTICAST"); in tcp_input()
2616 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "multicast or broadcast address"); in tcp_input()
2644 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "deprecated IPv6 address"); in tcp_input()
2700 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, " listen drop"); in tcp_input()
2801 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, " in_pcbinshash failed"); in tcp_input()
2874 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, " cfil_sock_attach failed"); in tcp_input()
2897 TCP_LOG_TH_FLAGS(TCP_LOG_HDR, th, tp, false, ifp); in tcp_input()
3505 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "LISTEN bind in progress"); in tcp_input()
3514 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "LISTEN kalloc_type failed"); in tcp_input()
3536 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, " LISTEN in6_pcbconnect failed"); in tcp_input()
3545 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "LISTEN kalloc_type failed"); in tcp_input()
3560 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, " LISTEN in_pcbconnect failed"); in tcp_input()
3644 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SYN_RECEIVED bad ACK"); in tcp_input()
3678 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SYN_SENT bad ACK"); in tcp_input()
3707 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SYN_SENT got RST"); in tcp_input()
3712 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SYN_SENT no SYN"); in tcp_input()
4089 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "ESTABLISHED rfc5961 rate limited"); in tcp_input()
4094 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "ESTABLISHED rfc5961 challenge ACK"); in tcp_input()
4227 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "ESTABLISHED rfc5961 rate limited"); in tcp_input()
4232 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "ESTABLISHED rfc5961 challenge ACK"); in tcp_input()
4307 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SYN_RECEIVED bad SEQ"); in tcp_input()
4415 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SS_NOFDREF"); in tcp_input()
4421 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SOF_MP_SUBFLOW SS_NOFDREF"); in tcp_input()
4426 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SOF_DEFUNCT"); in tcp_input()
4431 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SS_CANTRCVMORE"); in tcp_input()
4526 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "rfc5961 bad SYN rate limited"); in tcp_input()
4531 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "rfc5961 bad SYN challenge ack"); in tcp_input()
4581 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad ACK"); in tcp_input()
4584 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad ACK"); in tcp_input()
4822 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "rfc5961 rcvacktoomuch"); in tcp_input()
4830 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "rfc5961 bad ACK"); in tcp_input()
5711 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "INPCB_STATE_DEAD"); in tcp_input()