Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Dnecp_client.c4777 ifnet_t delegate_interface = NULL; in necp_update_client_result() local
4792 delegate_interface = direct_interface->if_delegated.ifp; in necp_update_client_result()
4826 if (delegate_interface != NULL) { in necp_update_client_result()
4828 interface_struct.index = delegate_interface->if_index; in necp_update_client_result()
4829 interface_struct.generation = ifnet_get_generation(delegate_interface); in necp_update_client_result()
4981 if (delegate_interface != NULL) { in necp_update_client_result()
4982 ifnet_lock_shared(delegate_interface); in necp_update_client_result()
4984 throughput.up = delegate_interface->if_estimated_up_bucket; in necp_update_client_result()
4985 throughput.down = delegate_interface->if_estimated_down_bucket; in necp_update_client_result()
4987 if (delegate_interface->if_agentids != NULL) { in necp_update_client_result()
[all …]