Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dnecp_client.c9330 struct necp_client_add_flow * __indexable add_request = NULL; in necp_client_add_flow() local
9362 add_request = (struct necp_client_add_flow *)&default_add_request; in necp_client_add_flow()
9376 add_request = allocated_add_request; in necp_client_add_flow()
9411 new_registration->flags = add_request->flags; in necp_client_add_flow()
9415 …bool open_flow_on_behalf_of_client = (add_request->flags & NECP_CLIENT_FLOW_FLAGS_OPEN_FLOW_ON_BEH… in necp_client_add_flow()
9417 if (open_flow_on_behalf_of_client && !uuid_is_null(add_request->registration_id)) { in necp_client_add_flow()
9418 uuid_copy(registration_id_to_add, add_request->registration_id); in necp_client_add_flow()
9424 uuid_copy(add_request->registration_id, new_registration->registration_id); in necp_client_add_flow()
9430 add_request->stats_request_count * sizeof(struct necp_client_flow_stats)); in necp_client_add_flow()
9434 if (add_request->flags & NECP_CLIENT_FLOW_FLAGS_OVERRIDE_ADDRESS) { in necp_client_add_flow()
[all …]