Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dnecp_client.c1699 struct necp_client_flow_registration *temp_flow_registration = NULL; in necp_destroy_client() local
1700 …E(flow_registration, _necp_client_flow_tree, &client->flow_registrations, temp_flow_registration) { in necp_destroy_client()
1806 struct necp_client_flow_registration *temp_flow_registration = NULL; in necpop_close() local
1807 RB_FOREACH_SAFE(flow_registration, _necp_fd_flow_tree, &fd_data->flows, temp_flow_registration) { in necpop_close()
7487 struct necp_client_flow_registration *temp_flow_registration = NULL; in necp_client_remove() local
7488 RB_FOREACH_SAFE(flow_registration, _necp_fd_flow_tree, &fd_data->flows, temp_flow_registration) { in necp_client_remove()