Searched refs:udp_log_enable_flags (Results 1 – 3 of 3) sorted by relevance
61 extern uint32_t udp_log_enable_flags;101 if ((inp->inp_log_flags & udp_log_enable_flags & ULEF_MASK_DST) && in udp_is_log_enabled()102 (udp_log_enable_flags & (req_flags & ~ULEF_MASK_DST))) { in udp_is_log_enabled()
56 uint32_t udp_log_enable_flags = UDP_LOG_ENABLE_DEFAULT; variable58 CTLFLAG_RW | CTLFLAG_LOCKED, &udp_log_enable_flags, 0, "");472 if (!(udp_log_enable_flags & ULEF_DST_LOOPBACK)) { in udp_log_pkt_addresses()500 if (!(udp_log_enable_flags & ULEF_DST_LOOPBACK)) { in udp_log_pkt_addresses()
299 if (PE_parse_boot_argn("udp_log", &udp_log_enable_flags, sizeof(udp_log_enable_flags))) { in udp_init()300 os_log(OS_LOG_DEFAULT, "udp_init: set udp_log_enable_flags to 0x%x", udp_log_enable_flags); in udp_init()