Searched refs:any_ether_index (Results 1 – 1 of 1) sorted by relevance
6562 int any_ether_index = 0; in get_ether_index() local6583 } else if (ifp->if_type == IFT_ETHER && any_ether_index == 0) { in get_ether_index()6584 any_ether_index = ifp->if_index; in get_ether_index()6591 } else if (any_ether_index != 0) { in get_ether_index()6592 *ret_other_index = any_ether_index; in get_ether_index()