Lines Matching refs:TCP_LOG_HDR
2179 #define TCP_LOG_HDR (isipv6 ? (void *)ip6 : (void *)ip) in tcp_input() macro
2189 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "bad tcp offset"); in tcp_input()
2239 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "drop SYN FIN"); in tcp_input()
2366 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "blackhole 1 syn for closed port"); in tcp_input()
2371 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "blackhole 2 closed port"); in tcp_input()
2374 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "blackhole closed port"); in tcp_input()
2381 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "link heuristics"); in tcp_input()
2386 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "closed port"); in tcp_input()
2400 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "inp_socket NULL"); in tcp_input()
2409 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "inp state WNT_STOPUSING"); in tcp_input()
2455 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "tp is NULL"); in tcp_input()
2466 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "tp state TCPS_CLOSED"); in tcp_input()
2476 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input()
2499 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input()
2508 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input()
2521 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "rfc5961 TH_ACCEPT == 0"); in tcp_input()
2539 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "closing a listening socket"); in tcp_input()
2589 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, in tcp_input()
2595 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, in tcp_input()
2605 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad SYN"); in tcp_input()
2613 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad tuple same port"); in tcp_input()
2618 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad tuple same IPv4 address"); in tcp_input()
2632 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "mbuf M_BCAST | M_MCAST"); in tcp_input()
2639 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "IN6_IS_ADDR_MULTICAST"); in tcp_input()
2647 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "multicast or broadcast address"); in tcp_input()
2676 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "deprecated IPv6 address"); in tcp_input()
2733 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, " listen drop"); in tcp_input()
2835 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, " in_pcbinshash failed"); in tcp_input()
2909 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, " cfil_sock_attach failed"); in tcp_input()
2933 TCP_LOG_TH_FLAGS(TCP_LOG_HDR, th, tp, false, ifp); in tcp_input()
3542 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "LISTEN bind in progress"); in tcp_input()
3552 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "LISTEN kalloc_type failed"); in tcp_input()
3575 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, " LISTEN in6_pcbconnect failed"); in tcp_input()
3585 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "LISTEN kalloc_type failed"); in tcp_input()
3601 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, " LISTEN in_pcbconnect failed"); in tcp_input()
3686 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SYN_RECEIVED bad ACK"); in tcp_input()
3721 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SYN_SENT bad ACK"); in tcp_input()
3751 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SYN_SENT got RST"); in tcp_input()
3756 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SYN_SENT no SYN"); in tcp_input()
4134 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SYN in ESTABLISHED state"); in tcp_input()
4139 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SYN in ESTABLISHED state"); in tcp_input()
4272 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad RST in ESTABLISHED state"); in tcp_input()
4277 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad RST in ESTABLISHED state"); in tcp_input()
4354 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SYN_RECEIVED bad SEQ"); in tcp_input()
4463 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SS_NOFDREF"); in tcp_input()
4469 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SOF_MP_SUBFLOW SS_NOFDREF"); in tcp_input()
4474 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SOF_DEFUNCT"); in tcp_input()
4479 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SS_CANTRCVMORE"); in tcp_input()
4575 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SYN data invalid"); in tcp_input()
4581 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "SYN data invalid"); in tcp_input()
4632 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad ACK"); in tcp_input()
4636 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad ACK"); in tcp_input()
4875 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "rfc5961 rcvacktoomuch"); in tcp_input()
4885 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "rfc5961 bad ACK"); in tcp_input()
5767 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "INPCB_STATE_DEAD"); in tcp_input()