Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dntstat.c407 *flags |= NSTAT_IFNET_IS_NON_LOCAL; in nstat_update_local_flag_from_inpcb_route()
427 flags |= NSTAT_IFNET_IS_NON_LOCAL; in nstat_inpcb_to_flags()
6843 …uint32_t flag_mask = (NSTAT_FILTER_IFNET_FLAGS & ~(NSTAT_IFNET_IS_NON_LOCAL | NSTAT_IFNET_IS_LOCAL… in nstat_interface_matches_filter_flag()
6895 (((filter_flags & (NSTAT_IFNET_IS_NON_LOCAL | NSTAT_IFNET_IS_LOCAL)) == 0) || in tcp_progress_indicators_for_interface()
6896 ((filter_flags & NSTAT_IFNET_IS_NON_LOCAL) && !(tp->t_flags & TF_LOCAL)) || in tcp_progress_indicators_for_interface()
6955 if ((filter_flags & NSTAT_IFNET_IS_NON_LOCAL) && (ifflags & NSTAT_IFNET_IS_LOCAL)) { in tcp_progress_indicators_for_interface()
6958 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.c6488 …net_properties |= (sf->sf_flags & SFLOWF_ONLINK) ? NSTAT_IFNET_IS_LOCAL : NSTAT_IFNET_IS_NON_LOCAL; in necp_request_tcp_netstats()
6635 …net_properties |= (sf->sf_flags & SFLOWF_ONLINK) ? NSTAT_IFNET_IS_LOCAL : NSTAT_IFNET_IS_NON_LOCAL; in necp_request_udp_netstats()
6785 …net_properties |= (sf->sf_flags & SFLOWF_ONLINK) ? NSTAT_IFNET_IS_LOCAL : NSTAT_IFNET_IS_NON_LOCAL; in necp_request_quic_netstats()