Searched refs:TCP_LOG_DROP_NECP (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | tcp_log.h | 167 #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 | 2302 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input() 2324 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input() 2332 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input()
|
| H A D | tcp_output.c | 2602 TCP_LOG_DROP_NECP(isipv6 ? (void *)ip6 : (void *)ip, th, tp, true); in tcp_output()
|
| H A D | tcp_usrreq.c | 427 TCP_LOG_DROP_NECP(NULL, NULL, tp, true); in tcp_connect_complete()
|