Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_log.h128 if (tp->t_flags & TF_LOCAL) { in tcp_is_log_enabled()
H A Dtcp_cc.c298 if (tp->t_flags & TF_LOCAL) { in tcp_cc_cwnd_init_or_reset()
H A Dtcp_subr.c1228 int isnetlocal = (tp->t_flags & TF_LOCAL); in tcp_getrt_rtt()
1287 ifs->local = (tp->t_flags & TF_LOCAL) ? 1 : 0; in tcp_create_ifnet_stats_per_flow()
3014 tp->t_flags |= TF_LOCAL; in tcp_rtlookup()
3122 tp->t_flags |= TF_LOCAL; in tcp_rtlookup6()
H A Dtcp_var.h303 #define TF_LOCAL 0x20000 /* connection to a host on local link */ macro
H A Dtcp_timer.c1702 tp->t_rttmin = tp->t_flags & TF_LOCAL ? tcp_TCPTV_MIN : in tcp_timers()
H A Dtcp_input.c3408 if (tp->t_flags & TF_LOCAL) { in tcp_input()
6207 isnetlocal = (tp->t_flags & TF_LOCAL); in tcp_mss()
H A Dtcp_usrreq.c1776 ti->tcpi_local_peer = !!(tp->t_flags & TF_LOCAL); in tcp_fill_info()
/xnu-8020.101.4/bsd/net/
H A Dntstat.c417 if (tp->t_flags & TF_LOCAL) { in nstat_inpcb_to_flags()
6746 ((filter_flags & NSTAT_IFNET_IS_NON_LOCAL) && !(tp->t_flags & TF_LOCAL)) || in tcp_progress_indicators_for_interface()
6747 ((filter_flags & NSTAT_IFNET_IS_LOCAL) && (tp->t_flags & TF_LOCAL))))) { in tcp_progress_indicators_for_interface()