Searched refs:TF_LOCAL (Results 1 – 6 of 6) sorted by relevance
144 if (tp->t_flags & TF_LOCAL) { in tcp_is_log_enabled()154 } else if (tp->t_flags & TF_LOCAL) { in tcp_is_log_enabled()
448 #define TF_LOCAL 0x20000 /* connection to a host on local link */ macro
1531 ifs->local = (tp->t_flags & TF_LOCAL) ? 1 : 0; in tcp_create_ifnet_stats_per_flow()3337 tp->t_flags |= TF_LOCAL; in tcp_rtlookup()3450 tp->t_flags |= TF_LOCAL; in tcp_rtlookup6()
1872 ti->tcpi_local_peer = !!(tp->t_flags & TF_LOCAL); in tcp_fill_info()
4145 if (tp->t_flags & TF_LOCAL) { in tcp_input()
1036 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()