Searched refs:TCP_LOG_DROP_NECP (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | tcp_log.h | 217 #define TCP_LOG_DROP_NECP(hdr, th, tp, outgoing) if (tcp_is_log_enabled(tp, TLEF_DROP_NECP)) \ macro
|
| H A D | tcp_input.c | 3213 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input() 3236 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input() 3245 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input()
|
| H A D | tcp_usrreq.c | 447 TCP_LOG_DROP_NECP(NULL, NULL, tp, true); in tcp_connect_complete()
|
| H A D | tcp_output.c | 3241 TCP_LOG_DROP_NECP(isipv6 ? (void *)ip6 : (void *)ip, th, tp, true); in tcp_output()
|