Home
last modified time | relevance | path

Searched refs:TCP_LOG_DROP_NECP (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.81.2/bsd/netinet/
H A Dtcp_log.h173 #define TCP_LOG_DROP_NECP(hdr, th, tp, outgoing) if (tcp_is_log_enabled(tp, TLEF_DROP_NECP)) \ macro
H A Dtcp_input.c2312 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input()
2334 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input()
2342 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input()
H A Dtcp_output.c2856 TCP_LOG_DROP_NECP(isipv6 ? (void *)ip6 : (void *)ip, th, tp, true); in tcp_output()
H A Dtcp_usrreq.c439 TCP_LOG_DROP_NECP(NULL, NULL, tp, true); in tcp_connect_complete()