Searched refs:new_registration (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | necp_client.c | 3161 …struct necp_client_flow_registration *new_registration = mcache_alloc(necp_flow_registration_cache… in necp_client_create_flow_registration() local 3162 if (new_registration == NULL) { in necp_client_create_flow_registration() 3166 memset(new_registration, 0, sizeof(*new_registration)); in necp_client_create_flow_registration() 3168 …new_registration->last_interface_details = combine_interface_details(IFSCOPE_NONE, NSTAT_IFNET_IS_… in necp_client_create_flow_registration() 3170 necp_generate_client_id(new_registration->registration_id, true); in necp_client_create_flow_registration() 3171 LIST_INIT(&new_registration->flow_list); in necp_client_create_flow_registration() 3174 RB_INSERT(_necp_client_flow_tree, &client->flow_registrations, new_registration); in necp_client_create_flow_registration() 3177 RB_INSERT(_necp_fd_flow_tree, &fd_data->flows, new_registration); in necp_client_create_flow_registration() 3181 RB_INSERT(_necp_client_flow_global_tree, &necp_client_flow_global_tree, new_registration); in necp_client_create_flow_registration() 3184 new_registration->client = client; in necp_client_create_flow_registration() [all …]
|