Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp_client.c1560 struct necp_flow_defunct *flow_defunct = kalloc_type(struct necp_flow_defunct, in necp_defunct_flow_registration() local
1563 uuid_copy(flow_defunct->nexus_agent, search_flow->u.nexus_agent); in necp_defunct_flow_registration()
1565 flow_defunct->socket_handle = search_flow->u.socket_handle; in necp_defunct_flow_registration()
1567 …uuid_copy(flow_defunct->flow_id, ((flow_registration->flags & NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_ID… in necp_defunct_flow_registration()
1570 flow_defunct->proc_pid = client->proc_pid; in necp_defunct_flow_registration()
1571 flow_defunct->agent_handle = client->agent_handle; in necp_defunct_flow_registration()
1572 flow_defunct->flags = flow_registration->flags; in necp_defunct_flow_registration()
1578 …memcpy(flow_defunct->close_parameters.u.close_token, quicstats->necp_quic_extra.ssr_token, sizeof( in necp_defunct_flow_registration()
1579 flow_defunct->has_close_parameters = true; in necp_defunct_flow_registration()
1584 LIST_INSERT_HEAD(defunct_list, flow_defunct, chain); in necp_defunct_flow_registration()
[all …]