Searched refs:temp_flow (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | necp_client.c | 1566 struct necp_client_flow *temp_flow = NULL; in necp_destroy_client_flow_registration() local 1567 LIST_FOREACH_SAFE(search_flow, &flow_registration->flow_list, flow_chain, temp_flow) { in necp_destroy_client_flow_registration() 2136 struct necp_client_flow *temp_flow = NULL; in necp_client_update_flows() local 2144 LIST_FOREACH_SAFE(flow, &flow_registration->flow_list, flow_chain, temp_flow) { in necp_client_update_flows() 3550 struct necp_client_flow *temp_flow = NULL; in necp_client_unregister_socket_flow() local 3551 LIST_FOREACH_SAFE(search_flow, &flow_registration->flow_list, flow_chain, temp_flow) { in necp_client_unregister_socket_flow() 3604 struct necp_client_flow *temp_flow = NULL; in necp_client_unregister_multipath_cb() local 3605 LIST_FOREACH_SAFE(search_flow, &flow_registration->flow_list, flow_chain, temp_flow) { in necp_client_unregister_multipath_cb()
|