Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/ !
H A Dnecp_client.c3296 …struct necp_client_flow_registration *new_registration = kalloc_type(struct necp_client_flow_regis… in necp_client_create_flow_registration() local
3298new_registration->last_interface_details = combine_interface_details(IFSCOPE_NONE, NSTAT_IFNET_IS_… in necp_client_create_flow_registration()
3300 necp_generate_client_id(new_registration->registration_id, true); in necp_client_create_flow_registration()
3301 LIST_INIT(&new_registration->flow_list); in necp_client_create_flow_registration()
3304 RB_INSERT(_necp_client_flow_tree, &client->flow_registrations, new_registration); in necp_client_create_flow_registration()
3307 RB_INSERT(_necp_fd_flow_tree, &fd_data->flows, new_registration); in necp_client_create_flow_registration()
3311 RB_INSERT(_necp_client_flow_global_tree, &necp_client_flow_global_tree, new_registration); in necp_client_create_flow_registration()
3314 new_registration->client = client; in necp_client_create_flow_registration()
3320 uuid_copy(client->latest_flow_registration_id, new_registration->registration_id); in necp_client_create_flow_registration()
3330 new_registration->flow_result_read = true; in necp_client_create_flow_registration()
[all …]