Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dnecp_client.c454 struct flow_stats *nexus_stats; /* shared stats objects between necp_client and skywalk */ member
1217 if (flow_registration->nexus_stats != NULL) { in necp_destroy_flow_stats()
1218 flow_stats_release(flow_registration->nexus_stats); in necp_destroy_flow_stats()
1219 flow_registration->nexus_stats = NULL; in necp_destroy_flow_stats()
3908 void *nexus_stats = NULL; in necp_assign_client_result_locked() local
3911 &flow->local_addr, &flow->remote_addr, &nexus_stats); in necp_assign_client_result_locked()
3922 if (nexus_stats != NULL) { in necp_assign_client_result_locked()
3923 if (flow_registration->nexus_stats != NULL) { in necp_assign_client_result_locked()
3924 flow_stats_release(flow_registration->nexus_stats); in necp_assign_client_result_locked()
3926 flow_registration->nexus_stats = nexus_stats; in necp_assign_client_result_locked()
[all …]