Lines Matching refs:add_request

7795 	struct necp_client_add_flow *add_request = NULL;  in necp_client_add_flow()  local
7827 add_request = (struct necp_client_add_flow *)&default_add_request; in necp_client_add_flow()
7841 add_request = allocated_add_request; in necp_client_add_flow()
7876 new_registration->flags = add_request->flags; in necp_client_add_flow()
7879 uuid_copy(add_request->registration_id, new_registration->registration_id); in necp_client_add_flow()
7884 if (add_request->flags & NECP_CLIENT_FLOW_FLAGS_OVERRIDE_ADDRESS) { in necp_client_add_flow()
7886 add_request->stats_request_count * sizeof(struct necp_client_flow_stats)); in necp_client_add_flow()
7888 …struct sockaddr *override_address = (struct sockaddr *)(((uint8_t *)add_request) + offset_of_addre… in necp_client_add_flow()
7897 if (add_request->flags & NECP_CLIENT_FLOW_FLAGS_ALLOW_NEXUS) { in necp_client_add_flow()
7907 if (uuid_compare(option->nexus_agent, add_request->agent_uuid) == 0) { in necp_client_add_flow()
7914 if (uuid_compare(option->nexus_agent, add_request->agent_uuid) == 0) { in necp_client_add_flow()
7925 necp_client_add_nexus_flow_if_needed(new_registration, add_request->agent_uuid, interface_index); in necp_client_add_flow()
7927 error = netagent_client_message_with_params(add_request->agent_uuid, in necp_client_add_flow()
7940 …if (!necp_assign_client_result_locked(proc, fd_data, client, new_registration, add_request->agent_… in necp_client_add_flow()
7949 …if (error == 0 && add_request->stats_request_count > 0 && necp_arena_initialize(fd_data, true) == … in necp_client_add_flow()
7950 …struct necp_client_flow_stats *stats_request = (struct necp_client_flow_stats *)&add_request->stat… in necp_client_add_flow()
7969 (add_request->flags & NECP_CLIENT_FLOW_FLAGS_BROWSE || in necp_client_add_flow()
7970 add_request->flags & NECP_CLIENT_FLOW_FLAGS_RESOLVE)) { in necp_client_add_flow()
7978 if (uuid_compare(interface->if_agentids[i], add_request->agent_uuid) == 0) { in necp_client_add_flow()
7991 necp_client_add_nexus_flow_if_needed(new_registration, add_request->agent_uuid, interface_index); in necp_client_add_flow()
7993 error = netagent_client_message_with_params(add_request->agent_uuid, in necp_client_add_flow()
8029 error = copyout(add_request, uap->buffer, buffer_size); in necp_client_add_flow()