Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp_client.c1866 struct necp_client_flow *temp_flow = NULL; in necp_destroy_client_flow_registration() local
1867 LIST_FOREACH_SAFE(search_flow, &flow_registration->flow_list, flow_chain, temp_flow) { in necp_destroy_client_flow_registration()
2446 struct necp_client_flow *temp_flow = NULL; in necp_client_update_flows() local
2454 LIST_FOREACH_SAFE(flow, &flow_registration->flow_list, flow_chain, temp_flow) { in necp_client_update_flows()
4006 struct necp_client_flow *temp_flow = NULL; in necp_client_unregister_socket_flow() local
4007 LIST_FOREACH_SAFE(search_flow, &flow_registration->flow_list, flow_chain, temp_flow) { in necp_client_unregister_socket_flow()
4059 struct necp_client_flow *temp_flow = NULL; in necp_client_unregister_multipath_cb() local
4060 LIST_FOREACH_SAFE(search_flow, &flow_registration->flow_list, flow_chain, temp_flow) { in necp_client_unregister_multipath_cb()