Searched refs:tcp_log_enable_flags (Results 1 – 3 of 3) sorted by relevance
89 extern uint32_t tcp_log_enable_flags;171 return (inp->inp_log_flags & tcp_log_enable_flags & TLEF_MASK_DST) && in tcp_is_log_enabled()172 (tcp_log_enable_flags & (req_flags & ~TLEF_MASK_DST)); in tcp_is_log_enabled()229 (tcp_log_enable_flags & TLEF_DROP_PKT)) \
59 uint32_t tcp_log_enable_flags = TCP_LOG_ENABLE_DEFAULT; variable61 CTLFLAG_RW | CTLFLAG_LOCKED, &tcp_log_enable_flags, 0, "");705 if (!(tcp_log_enable_flags & TLEF_DST_LOOPBACK)) { in tcp_log_pkt_addresses()733 if (!(tcp_log_enable_flags & TLEF_DST_LOOPBACK)) { in tcp_log_pkt_addresses()864 ((thflags & TH_SYN) && (tcp_log_enable_flags & TLEF_SYN_RXMT) && in should_log_th_flags()871 if ((((thflags & TH_SYN) && (tcp_log_enable_flags & TLEF_THF_SYN)) || in should_log_th_flags()872 ((thflags & TH_FIN) && (tcp_log_enable_flags & TLEF_THF_FIN)) || in should_log_th_flags()873 ((thflags & TH_RST) && (tcp_log_enable_flags & TLEF_THF_RST)))) { in should_log_th_flags()
722 if (PE_parse_boot_argn("tcp_log", &tcp_log_enable_flags, sizeof(tcp_log_enable_flags))) { in tcp_init()723 os_log(OS_LOG_DEFAULT, "tcp_init: set tcp_log_enable_flags to 0x%x", tcp_log_enable_flags); in tcp_init()