Searched refs:INP2_LOGGING_ENABLED (Results 1 – 6 of 6) sorted by relevance
218 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()
114 … UDP_LOG_CONNECTION_SUMMARY(inp) if ((inp) != NULL && ((inp)->inp_flags2 & INP2_LOGGING_ENABLED)) \
398 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()
187 return (inp->inp_flags2 & INP2_LOGGING_ENABLED) ? true: false; in tcp_log_summary_needed()
863 #define INP2_LOGGING_ENABLED 0x00004000 /* logging enabled for the socket */ macro
2566 inp->inp_flags2 &= ~INP2_LOGGING_ENABLED; in tcp_setup_server_socket()