Searched refs:new_registration (Results 1 – 1 of 1) sorted by relevance
3332 …struct necp_client_flow_registration *new_registration = kalloc_type(struct necp_client_flow_regis… in necp_client_create_flow_registration() local3334 …new_registration->last_interface_details = combine_interface_details(IFSCOPE_NONE, NSTAT_IFNET_IS_… in necp_client_create_flow_registration()3336 necp_generate_client_id(new_registration->registration_id, true); in necp_client_create_flow_registration()3337 LIST_INIT(&new_registration->flow_list); in necp_client_create_flow_registration()3340 RB_INSERT(_necp_client_flow_tree, &client->flow_registrations, new_registration); in necp_client_create_flow_registration()3343 RB_INSERT(_necp_fd_flow_tree, &fd_data->flows, new_registration); in necp_client_create_flow_registration()3347 RB_INSERT(_necp_client_flow_global_tree, &necp_client_flow_global_tree, new_registration); in necp_client_create_flow_registration()3350 new_registration->client = client; in necp_client_create_flow_registration()3356 uuid_copy(client->latest_flow_registration_id, new_registration->registration_id); in necp_client_create_flow_registration()3366 new_registration->flow_result_read = true; in necp_client_create_flow_registration()[all …]