Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dnecp_client.c593 struct necp_client_update { struct
594 TAILQ_ENTRY(necp_client_update) chain;
623 TAILQ_HEAD(_necp_client_update_list, necp_client_update) update_list;
1407 static struct necp_client_update *
1410 struct necp_client_update *client_update; in necp_client_update_alloc()
1422 client_update = kalloc_type(struct necp_client_update, in necp_client_update_alloc()
1431 necp_client_update_free(struct necp_client_update *client_update) in necp_client_update_free()
1434 kfree_type(struct necp_client_update, client_update); in necp_client_update_free()
1440 struct necp_client_update *client_update; in necp_client_update_observer_add_internal()
1472 …struct necp_client_update *client_update = necp_client_update_alloc(client->result, client->result… in necp_client_update_observer_update_internal()
[all …]