Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c446 struct flow_stats *nexus_stats; /* shared stats objects between necp_client and skywalk */ member
1196 if (flow_registration->nexus_stats != NULL) { in necp_destroy_flow_stats()
1197 flow_stats_release(flow_registration->nexus_stats); in necp_destroy_flow_stats()
1198 flow_registration->nexus_stats = NULL; in necp_destroy_flow_stats()
3887 void *nexus_stats = NULL; in necp_assign_client_result_locked() local
3890 &flow->local_addr, &flow->remote_addr, &nexus_stats); in necp_assign_client_result_locked()
3901 if (nexus_stats != NULL) { in necp_assign_client_result_locked()
3902 if (flow_registration->nexus_stats != NULL) { in necp_assign_client_result_locked()
3903 flow_stats_release(flow_registration->nexus_stats); in necp_assign_client_result_locked()
3905 flow_registration->nexus_stats = nexus_stats; in necp_assign_client_result_locked()
[all …]