Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/ !
H A Dnecp_client.c7923 struct necp_client_flow_registration *single_flow_registration = NULL; in necp_client_copy_internal() local
7925 single_flow_registration = necp_client_find_flow(client, client_id); in necp_client_copy_internal()
7926 if (single_flow_registration != NULL) { in necp_client_copy_internal()
7927 assigned_results_size += necp_client_calculate_flow_tlv_size(single_flow_registration); in necp_client_copy_internal()
7984 if (single_flow_registration != NULL) { in necp_client_copy_internal()
7985 …error = necp_client_fillout_flow_tlvs(client, client_is_observed, single_flow_registration, uap, &… in necp_client_copy_internal()