Searched refs:tcp_log_enable_flags (Results 1 – 3 of 3) sorted by relevance
88 extern uint32_t tcp_log_enable_flags;150 return (inp->inp_log_flags & tcp_log_enable_flags & TLEF_MASK_DST) && in tcp_is_log_enabled()151 (tcp_log_enable_flags & (req_flags & ~TLEF_MASK_DST)); in tcp_is_log_enabled()193 (tcp_log_enable_flags & TLEF_DROP_PKT)) \
57 uint32_t tcp_log_enable_flags = TCP_LOG_ENABLE_DEFAULT; variable59 CTLFLAG_RW | CTLFLAG_LOCKED, &tcp_log_enable_flags, 0, "");696 if (!(tcp_log_enable_flags & TLEF_DST_LOOPBACK)) { in tcp_log_pkt_addresses()724 if (!(tcp_log_enable_flags & TLEF_DST_LOOPBACK)) { in tcp_log_pkt_addresses()855 ((thflags & TH_SYN) && (tcp_log_enable_flags & TLEF_SYN_RXMT) && in should_log_th_flags()862 if ((((thflags & TH_SYN) && (tcp_log_enable_flags & TLEF_THF_SYN)) || in should_log_th_flags()863 ((thflags & TH_FIN) && (tcp_log_enable_flags & TLEF_THF_FIN)) || in should_log_th_flags()864 ((thflags & TH_RST) && (tcp_log_enable_flags & TLEF_THF_RST)))) { in should_log_th_flags()
630 if (PE_parse_boot_argn("tcp_log", &tcp_log_enable_flags, sizeof(tcp_log_enable_flags))) { in tcp_init()631 os_log(OS_LOG_DEFAULT, "tcp_init: set tcp_log_enable_flags to 0x%x", tcp_log_enable_flags); in tcp_init()