Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c1561 struct necp_quic_stats *quicstats = (struct necp_quic_stats *)ustats_kaddr; in necp_defunct_flow_registration() local
1562 if (quicstats != NULL) { in necp_defunct_flow_registration()
1563 …memcpy(flow_defunct->close_parameters.u.close_token, quicstats->necp_quic_extra.ssr_token, sizeof(… in necp_defunct_flow_registration()
1835 struct necp_quic_stats *quicstats = (struct necp_quic_stats *)ustats_kaddr; in necp_destroy_client_flow_registration() local
1836 if (quicstats != NULL && in necp_destroy_client_flow_registration()
1837quicstats->necp_quic_udp_stats.necp_udp_hdr.necp_stats_type == NECP_CLIENT_STATISTICS_TYPE_QUIC) { in necp_destroy_client_flow_registration()
1838 …memcpy(close_parameters.u.close_token, quicstats->necp_quic_extra.ssr_token, sizeof(close_paramete… in necp_destroy_client_flow_registration()
5307 struct necp_quic_stats *quicstats = (struct necp_quic_stats *)ustats_kaddr; in necp_defunct_client_fd_locked_inner() local
5308 if (quicstats != NULL && in necp_defunct_client_fd_locked_inner()
5309quicstats->necp_quic_udp_stats.necp_udp_hdr.necp_stats_type == NECP_CLIENT_STATISTICS_TYPE_QUIC) { in necp_defunct_client_fd_locked_inner()
[all …]