Searched refs:ULEF_CONNECTION (Results 1 – 3 of 3) sorted by relevance
37 X(ULEF_CONNECTION, 0x00000001, connection) \98 #define UDP_LOG_CONNECT(inp, error) if (udp_is_log_enabled(inp, ULEF_CONNECTION)) \101 #define UDP_LOG_CONNECTION_SUMMARY(inp) if (udp_is_log_enabled(inp, ULEF_CONNECTION)) \
50 (ULEF_CONNECTION | ULEF_DST_LOCAL | ULEF_DST_GW)
149 #define ULEF_CONNECTION 0x01 macro281 if (unp_log_enable_flags & ULEF_CONNECTION) { in uipc_accept()