Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dnecp_client.c1325 struct necp_quic_stats *quicstats = (struct necp_quic_stats *)ustats_kaddr; in necp_defunct_flow_registration() local
1326 if (quicstats != NULL) { in necp_defunct_flow_registration()
1327 …memcpy(flow_defunct->close_parameters.u.close_token, quicstats->necp_quic_extra.ssr_token, sizeof(… in necp_defunct_flow_registration()
1602 struct necp_quic_stats *quicstats = (struct necp_quic_stats *)ustats_kaddr; in necp_destroy_client_flow_registration() local
1603 if (quicstats != NULL && in necp_destroy_client_flow_registration()
1604quicstats->necp_quic_udp_stats.necp_udp_hdr.necp_stats_type == NECP_CLIENT_STATISTICS_TYPE_QUIC) { in necp_destroy_client_flow_registration()
1605 …memcpy(close_parameters.u.close_token, quicstats->necp_quic_extra.ssr_token, sizeof(close_paramete… in necp_destroy_client_flow_registration()
4975 struct necp_quic_stats *quicstats = (struct necp_quic_stats *)ustats_kaddr; in necp_defunct_client_fd_locked_inner() local
4976 if (quicstats != NULL && in necp_defunct_client_fd_locked_inner()
4977quicstats->necp_quic_udp_stats.necp_udp_hdr.necp_stats_type == NECP_CLIENT_STATISTICS_TYPE_QUIC) { in necp_defunct_client_fd_locked_inner()
[all …]