Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dnecp_client.c4521 ifnet_t delegate_interface = NULL; in necp_update_client_result() local
4536 delegate_interface = direct_interface->if_delegated.ifp; in necp_update_client_result()
4570 if (delegate_interface != NULL) { in necp_update_client_result()
4572 interface_struct.index = delegate_interface->if_index; in necp_update_client_result()
4573 interface_struct.generation = ifnet_get_generation(delegate_interface); in necp_update_client_result()
4713 if (delegate_interface != NULL) { in necp_update_client_result()
4714 ifnet_lock_shared(delegate_interface); in necp_update_client_result()
4716 throughput.up = delegate_interface->if_estimated_up_bucket; in necp_update_client_result()
4717 throughput.down = delegate_interface->if_estimated_down_bucket; in necp_update_client_result()
4719 if (delegate_interface->if_agentids != NULL) { in necp_update_client_result()
[all …]