Searched refs:any_ether_index (Results 1 – 1 of 1) sorted by relevance
6564 int any_ether_index = 0; in get_ether_index() local6585 } else if (ifp->if_type == IFT_ETHER && any_ether_index == 0) { in get_ether_index()6586 any_ether_index = ifp->if_index; in get_ether_index()6593 } else if (any_ether_index != 0) { in get_ether_index()6594 *ret_other_index = any_ether_index; in get_ether_index()