Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp_client.c1544 struct necp_client_flow *search_flow = NULL; in necp_defunct_flow_registration() local
1545 LIST_FOREACH(search_flow, &flow_registration->flow_list, flow_chain) { in necp_defunct_flow_registration()
1547 if (search_flow->nexus && in necp_defunct_flow_registration()
1548 !uuid_is_null(search_flow->u.nexus_agent)) { in necp_defunct_flow_registration()
1551 search_flow->socket && in necp_defunct_flow_registration()
1552 search_flow->u.socket_handle != NULL) { in necp_defunct_flow_registration()
1562 if (search_flow->nexus) { in necp_defunct_flow_registration()
1563 uuid_copy(flow_defunct->nexus_agent, search_flow->u.nexus_agent); in necp_defunct_flow_registration()
1564 } else if (search_flow->socket) { in necp_defunct_flow_registration()
1565 flow_defunct->socket_handle = search_flow->u.socket_handle; in necp_defunct_flow_registration()
[all …]