Searched refs:best_if (Results 1 – 1 of 1) sorted by relevance
91 static struct netif best_if; in netif_select() local96 best_if.nif_driver = NULL; in netif_select()134 best_if = cur_if; in netif_select()144 if (best_if.nif_driver == NULL) in netif_select()147 best_if.nif_driver->netif_ifs[best_if.nif_unit].dif_used |= in netif_select()148 (1 << best_if.nif_sel); in netif_select()153 best_if.nif_driver->netif_bname, in netif_select()154 best_if.nif_unit, best_if.nif_sel); in netif_select()156 return &best_if; in netif_select()