Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dntstat.c7818 …uint64_t recentflow_maxduration, uint32_t filter_flags, uint64_t transport_protocol_mask, struct n… in progress_indicators_for_interface() argument
7823 …bool update_tcp_indicators = ((transport_protocol_mask & PR_PROTO_TCP) == PR_PROTO_TCP) || (transp… in progress_indicators_for_interface()
7824 bool update_quic_indicators = (transport_protocol_mask & PR_PROTO_QUIC) == PR_PROTO_QUIC; in progress_indicators_for_interface()