Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dtcp_log.h217 #define TCP_LOG_DROP_NECP(hdr, th, tp, outgoing) if (tcp_is_log_enabled(tp, TLEF_DROP_NECP)) \ macro
H A Dtcp_input.c3213 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 Dtcp_usrreq.c447 TCP_LOG_DROP_NECP(NULL, NULL, tp, true); in tcp_connect_complete()
H A Dtcp_output.c3241 TCP_LOG_DROP_NECP(isipv6 ? (void *)ip6 : (void *)ip, th, tp, true); in tcp_output()