Home
last modified time | relevance | path

Searched refs:INP2_LOGGING_ENABLED (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dudp_log.c218 inp->inp_flags2 |= INP2_LOGGING_ENABLED; in udp_log_common()
316 if ((inp->inp_flags2 & INP2_LOGGING_ENABLED) == 0) { in udp_log_connection_summary()
324 inp->inp_flags2 &= ~INP2_LOGGING_ENABLED; in udp_log_connection_summary()
H A Dudp_log.h114 … UDP_LOG_CONNECTION_SUMMARY(inp) if ((inp) != NULL && ((inp)->inp_flags2 & INP2_LOGGING_ENABLED)) \
H A Dtcp_log.c398 inp->inp_flags2 |= INP2_LOGGING_ENABLED; in tcp_log_connection()
482 inp->inp_flags2 |= INP2_LOGGING_ENABLED; in tcp_log_listen()
597 inp->inp_flags2 &= ~INP2_LOGGING_ENABLED; in tcp_log_connection_summary()
H A Dtcp_log.h187 return (inp->inp_flags2 & INP2_LOGGING_ENABLED) ? true: false; in tcp_log_summary_needed()
H A Din_pcb.h863 #define INP2_LOGGING_ENABLED 0x00004000 /* logging enabled for the socket */ macro
H A Dtcp_input.c2566 inp->inp_flags2 &= ~INP2_LOGGING_ENABLED; in tcp_setup_server_socket()