Searched refs:add_request (Results 1 – 1 of 1) sorted by relevance
8160 struct necp_client_add_flow *add_request = NULL; in necp_client_add_flow() local8192 add_request = (struct necp_client_add_flow *)&default_add_request; in necp_client_add_flow()8206 add_request = allocated_add_request; in necp_client_add_flow()8241 new_registration->flags = add_request->flags; in necp_client_add_flow()8244 uuid_copy(add_request->registration_id, new_registration->registration_id); in necp_client_add_flow()8249 if (add_request->flags & NECP_CLIENT_FLOW_FLAGS_OVERRIDE_ADDRESS) { in necp_client_add_flow()8251 add_request->stats_request_count * sizeof(struct necp_client_flow_stats)); in necp_client_add_flow()8253 …struct sockaddr *override_address = (struct sockaddr *)(((uint8_t *)add_request) + offset_of_addre… in necp_client_add_flow()8262 if (add_request->flags & NECP_CLIENT_FLOW_FLAGS_ALLOW_NEXUS) { in necp_client_add_flow()8272 if (uuid_compare(option->nexus_agent, add_request->agent_uuid) == 0) { in necp_client_add_flow()[all …]