Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/net/
H A Dnecp.h887 #define NECP_CLIENT_FLOW_FLAGS_ALLOW_NEXUS 0x01 // Request a nexus instance… macro
H A Dnecp_client.c1625 !(flow_registration->flags & NECP_CLIENT_FLOW_FLAGS_ALLOW_NEXUS)) { in necp_destroy_client_flow_registration()
1745 !(flow_defunct->flags & NECP_CLIENT_FLOW_FLAGS_ALLOW_NEXUS)) { in necp_process_defunct_list()
8481 if (add_request->flags & NECP_CLIENT_FLOW_FLAGS_ALLOW_NEXUS) { in necp_client_add_flow()
8746 …new_registration->flags = (NECP_CLIENT_FLOW_FLAGS_ALLOW_NEXUS | NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_… in necp_client_request_nexus()
9937 …IENT_STATISTICS_TYPE_QUIC_VER_1 && flow_registration->flags & NECP_CLIENT_FLOW_FLAGS_ALLOW_NEXUS) { in necp_client_stats_initial()