Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dnecp_client.c4616 ifnet_t delegate_interface = NULL; in necp_update_client_result() local
4631 delegate_interface = direct_interface->if_delegated.ifp; in necp_update_client_result()
4665 if (delegate_interface != NULL) { in necp_update_client_result()
4667 interface_struct.index = delegate_interface->if_index; in necp_update_client_result()
4668 interface_struct.generation = ifnet_get_generation(delegate_interface); in necp_update_client_result()
4808 if (delegate_interface != NULL) { in necp_update_client_result()
4809 ifnet_lock_shared(delegate_interface); in necp_update_client_result()
4811 throughput.up = delegate_interface->if_estimated_up_bucket; in necp_update_client_result()
4812 throughput.down = delegate_interface->if_estimated_down_bucket; in necp_update_client_result()
4814 if (delegate_interface->if_agentids != NULL) { in necp_update_client_result()
[all …]