Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dnecp_client.c4626 ifnet_t delegate_interface = NULL; in necp_update_client_result() local
4641 delegate_interface = direct_interface->if_delegated.ifp; in necp_update_client_result()
4675 if (delegate_interface != NULL) { in necp_update_client_result()
4677 interface_struct.index = delegate_interface->if_index; in necp_update_client_result()
4678 interface_struct.generation = ifnet_get_generation(delegate_interface); in necp_update_client_result()
4818 if (delegate_interface != NULL) { in necp_update_client_result()
4819 ifnet_lock_shared(delegate_interface); in necp_update_client_result()
4821 throughput.up = delegate_interface->if_estimated_up_bucket; in necp_update_client_result()
4822 throughput.down = delegate_interface->if_estimated_down_bucket; in necp_update_client_result()
4824 if (delegate_interface->if_agentids != NULL) { in necp_update_client_result()
[all …]