Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/ !
H A Dntstat.h350 #define NSTAT_IFNET_IS_LOCAL 0x0800 macro
H A Dntstat.c418 flags |= NSTAT_IFNET_IS_LOCAL; in nstat_inpcb_to_flags()
6804 …nt32_t flag_mask = (NSTAT_FILTER_IFNET_FLAGS & ~(NSTAT_IFNET_IS_NON_LOCAL | NSTAT_IFNET_IS_LOCAL)); in nstat_interface_matches_filter_flag()
6856 (((filter_flags & (NSTAT_IFNET_IS_NON_LOCAL | NSTAT_IFNET_IS_LOCAL)) == 0) || in tcp_progress_indicators_for_interface()
6858 ((filter_flags & NSTAT_IFNET_IS_LOCAL) && (tp->t_flags & TF_LOCAL))))) { in tcp_progress_indicators_for_interface()
6918 if ((filter_flags & NSTAT_IFNET_IS_NON_LOCAL) && (ifflags & NSTAT_IFNET_IS_LOCAL)) { in tcp_progress_indicators_for_interface()
6921 if ((filter_flags & NSTAT_IFNET_IS_LOCAL) && (ifflags & NSTAT_IFNET_IS_NON_LOCAL)) { in tcp_progress_indicators_for_interface()
H A Dnecp_client.c6304 …desc->ifnet_properties |= (sf->sf_flags & SFLOWF_ONLINK) ? NSTAT_IFNET_IS_LOCAL : NSTAT_IFNET_IS_N… in necp_request_tcp_netstats()