Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnetwork_agent.c946 struct netagent_registration *temp_registration = NULL; in netagent_unregister_all_session_registrations() local
947 TAILQ_FOREACH_SAFE(registration, &session->registrations, session_chain, temp_registration) { in netagent_unregister_all_session_registrations()
966 struct netagent_registration *temp_registration = NULL; in netagent_unregister_all_session_registrations() local
967 TAILQ_FOREACH_SAFE(registration, &deleting_registrations, session_chain, temp_registration) { in netagent_unregister_all_session_registrations()
985 struct netagent_registration *temp_registration = NULL; in netagent_unregister_one_session_registration() local
986 TAILQ_FOREACH_SAFE(registration, &session->registrations, session_chain, temp_registration) { in netagent_unregister_one_session_registration()