Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_log.h181 #define TCP_LOG_DROP_NECP(hdr, th, tp, outgoing) if (tcp_is_log_enabled(tp, TLEF_DROP_NECP)) \ macro
H A Dtcp_input.c2457 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input()
2479 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input()
2487 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input()
H A Dtcp_usrreq.c435 TCP_LOG_DROP_NECP(NULL, NULL, tp, true); in tcp_connect_complete()
H A Dtcp_output.c3028 TCP_LOG_DROP_NECP(isipv6 ? (void *)ip6 : (void *)ip, th, tp, true); in tcp_output()