Home
last modified time | relevance | path

Searched refs:TF_LOCAL (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_log.h144 if (tp->t_flags & TF_LOCAL) { in tcp_is_log_enabled()
154 } else if (tp->t_flags & TF_LOCAL) { in tcp_is_log_enabled()
H A Dtcp_var.h448 #define TF_LOCAL 0x20000 /* connection to a host on local link */ macro
H A Dtcp_subr.c1527 ifs->local = (tp->t_flags & TF_LOCAL) ? 1 : 0; in tcp_create_ifnet_stats_per_flow()
3333 tp->t_flags |= TF_LOCAL; in tcp_rtlookup()
3446 tp->t_flags |= TF_LOCAL; in tcp_rtlookup6()
H A Dtcp_usrreq.c1872 ti->tcpi_local_peer = !!(tp->t_flags & TF_LOCAL); in tcp_fill_info()
H A Dtcp_input.c4144 if (tp->t_flags & TF_LOCAL) { in tcp_input()
/xnu-12377.41.6/bsd/net/
H A Dntstat.c1036 if (tp->t_flags & TF_LOCAL) { in nstat_inpcb_to_flags()
7859 ((filter_flags & NSTAT_IFNET_IS_NON_LOCAL) && !(tp->t_flags & TF_LOCAL)) || in progress_indicators_for_interface()
7860 ((filter_flags & NSTAT_IFNET_IS_LOCAL) && (tp->t_flags & TF_LOCAL))))) { in progress_indicators_for_interface()