Home
last modified time | relevance | path

Searched refs:t_log_flags (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_log.h115 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()
H A Dtcp_var.h665 u_int32_t t_log_flags; /* TCP logging flags*/ member
H A Dtcp_input.c3229 tp->t_log_flags = 0; in tcp_input()