Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dnecp_client.c4765 ifnet_t delegate_interface = NULL; in necp_update_client_result() local
4780 delegate_interface = direct_interface->if_delegated.ifp; in necp_update_client_result()
4814 if (delegate_interface != NULL) { in necp_update_client_result()
4816 interface_struct.index = delegate_interface->if_index; in necp_update_client_result()
4817 interface_struct.generation = ifnet_get_generation(delegate_interface); in necp_update_client_result()
4969 if (delegate_interface != NULL) { in necp_update_client_result()
4970 ifnet_lock_shared(delegate_interface); in necp_update_client_result()
4972 throughput.up = delegate_interface->if_estimated_up_bucket; in necp_update_client_result()
4973 throughput.down = delegate_interface->if_estimated_down_bucket; in necp_update_client_result()
4975 if (delegate_interface->if_agentids != NULL) { in necp_update_client_result()
[all …]