Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/net/
H A Dntstat.c429 *flags |= NSTAT_IFNET_IS_NON_LOCAL; in nstat_update_local_flag_from_inpcb_route()
449 flags |= NSTAT_IFNET_IS_NON_LOCAL; in nstat_inpcb_to_flags()
6898 …uint32_t flag_mask = (NSTAT_FILTER_IFNET_FLAGS & ~(NSTAT_IFNET_IS_NON_LOCAL | NSTAT_IFNET_IS_LOCAL… in nstat_interface_matches_filter_flag()
6950 (((filter_flags & (NSTAT_IFNET_IS_NON_LOCAL | NSTAT_IFNET_IS_LOCAL)) == 0) || in tcp_progress_indicators_for_interface()
6951 ((filter_flags & NSTAT_IFNET_IS_NON_LOCAL) && !(tp->t_flags & TF_LOCAL)) || in tcp_progress_indicators_for_interface()
7012 if ((filter_flags & NSTAT_IFNET_IS_NON_LOCAL) && (ifflags & NSTAT_IFNET_IS_LOCAL)) { in tcp_progress_indicators_for_interface()
7015 if ((filter_flags & NSTAT_IFNET_IS_LOCAL) && (ifflags & NSTAT_IFNET_IS_NON_LOCAL)) { in tcp_progress_indicators_for_interface()
H A Dntstat.h353 #define NSTAT_IFNET_IS_NON_LOCAL 0x1000 macro
H A Dnecp_client.c6451 …net_properties |= (sf->sf_flags & SFLOWF_ONLINK) ? NSTAT_IFNET_IS_LOCAL : NSTAT_IFNET_IS_NON_LOCAL; in necp_request_tcp_netstats()
6598 …net_properties |= (sf->sf_flags & SFLOWF_ONLINK) ? NSTAT_IFNET_IS_LOCAL : NSTAT_IFNET_IS_NON_LOCAL; in necp_request_udp_netstats()
6748 …net_properties |= (sf->sf_flags & SFLOWF_ONLINK) ? NSTAT_IFNET_IS_LOCAL : NSTAT_IFNET_IS_NON_LOCAL; in necp_request_quic_netstats()