Searched refs:t_log_flags (Results 1 – 3 of 3) sorted by relevance
115 if (tp->t_log_flags == 0) { in tcp_is_log_enabled()119 tp->t_log_flags |= TLEF_DST_LOOPBACK; in tcp_is_log_enabled()124 tp->t_log_flags |= TLEF_DST_LOOPBACK; in tcp_is_log_enabled()127 if (tp->t_log_flags == 0) { in tcp_is_log_enabled()129 tp->t_log_flags |= TLEF_DST_LOCAL; in tcp_is_log_enabled()131 tp->t_log_flags |= TLEF_DST_GW; in tcp_is_log_enabled()139 return (tp->t_log_flags & tcp_log_enable_flags & TLEF_MASK_DST) && in tcp_is_log_enabled()
665 u_int32_t t_log_flags; /* TCP logging flags*/ member
3229 tp->t_log_flags = 0; in tcp_input()