Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dnecp_client.c1297 struct necp_quic_stats *quicstats = (struct necp_quic_stats *)ustats_kaddr; in necp_defunct_flow_registration() local
1298 if (quicstats != NULL) { in necp_defunct_flow_registration()
1299 …memcpy(flow_defunct->close_parameters.u.close_token, quicstats->necp_quic_extra.ssr_token, sizeof(… in necp_defunct_flow_registration()
1571 struct necp_quic_stats *quicstats = (struct necp_quic_stats *)ustats_kaddr; in necp_destroy_client_flow_registration() local
1572 if (quicstats != NULL && in necp_destroy_client_flow_registration()
1573quicstats->necp_quic_udp_stats.necp_udp_hdr.necp_stats_type == NECP_CLIENT_STATISTICS_TYPE_QUIC) { in necp_destroy_client_flow_registration()
1574 …memcpy(close_parameters.u.close_token, quicstats->necp_quic_extra.ssr_token, sizeof(close_paramete… in necp_destroy_client_flow_registration()
4820 struct necp_quic_stats *quicstats = (struct necp_quic_stats *)ustats_kaddr; in necp_defunct_client_fd_locked_inner() local
4821 if (quicstats != NULL && in necp_defunct_client_fd_locked_inner()
4822quicstats->necp_quic_udp_stats.necp_udp_hdr.necp_stats_type == NECP_CLIENT_STATISTICS_TYPE_QUIC) { in necp_defunct_client_fd_locked_inner()
[all …]