Searched refs:TCP_LOG_HDR (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/bsd/netinet/ |
| H A D | tcp_input.c | 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() 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() 2438 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "tp is NULL"); 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() 2897 TCP_LOG_TH_FLAGS(TCP_LOG_HDR, th, tp, false, ifp); in tcp_input() 4581 TCP_LOG_DROP_PCB(TCP_LOG_HDR, th, tp, false, "bad ACK"); in tcp_input() [all …]
|