Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c1542 struct necp_client_flow *search_flow = NULL; in necp_defunct_flow_registration() local
1543 LIST_FOREACH(search_flow, &flow_registration->flow_list, flow_chain) { in necp_defunct_flow_registration()
1544 if (search_flow->nexus && in necp_defunct_flow_registration()
1545 !uuid_is_null(search_flow->u.nexus_agent)) { in necp_defunct_flow_registration()
1551 uuid_copy(flow_defunct->nexus_agent, search_flow->u.nexus_agent); in necp_defunct_flow_registration()
1850 struct necp_client_flow * __single search_flow = NULL; in necp_destroy_client_flow_registration() local
1852 LIST_FOREACH_SAFE(search_flow, &flow_registration->flow_list, flow_chain, temp_flow) { in necp_destroy_client_flow_registration()
1853 if (search_flow->nexus && in necp_destroy_client_flow_registration()
1854 !uuid_is_null(search_flow->u.nexus_agent)) { in necp_destroy_client_flow_registration()
1866 int netagent_error = netagent_client_message_with_params(search_flow->u.nexus_agent, in necp_destroy_client_flow_registration()
[all …]