Searched refs:INP2_LOGGING_ENABLED (Results 1 – 5 of 5) sorted by relevance
217 inp->inp_flags2 |= INP2_LOGGING_ENABLED; in udp_log_common()315 if ((inp->inp_flags2 & INP2_LOGGING_ENABLED) == 0) { in udp_log_connection_summary()323 inp->inp_flags2 &= ~INP2_LOGGING_ENABLED; in udp_log_connection_summary()
112 … UDP_LOG_CONNECTION_SUMMARY(inp) if ((inp) != NULL && ((inp)->inp_flags2 & INP2_LOGGING_ENABLED)) \
167 return (inp->inp_flags2 & INP2_LOGGING_ENABLED) ? true: false; in tcp_log_summary_needed()
395 inp->inp_flags2 |= INP2_LOGGING_ENABLED; in tcp_log_connection()479 inp->inp_flags2 |= INP2_LOGGING_ENABLED; in tcp_log_listen()594 inp->inp_flags2 &= ~INP2_LOGGING_ENABLED; in tcp_log_connection_summary()
792 #define INP2_LOGGING_ENABLED 0x00004000 /* logging enabled for the socket */ macro