Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c1872 ipif_t *ipif, *start_ipif, *next_ipif; in ipif_select_source_v6() local
2014 if ((next_ipif = ipif->ipif_next) == NULL) in ipif_select_source_v6()
2015 next_ipif = ill->ill_ipif; in ipif_select_source_v6()
2108 } while ((ipif = next_ipif) != start_ipif); in ipif_select_source_v6()
2118 next_ipif = ipif->ipif_next; in ipif_select_source_v6()
2119 if (next_ipif != NULL && !IPIF_IS_CONDEMNED(next_ipif)) in ipif_select_source_v6()
2120 ill->ill_src_ipif = next_ipif; in ipif_select_source_v6()
H A Dip_if.c15321 ipif_t *start_ipif, *next_ipif, *ipif, *best_ipif; in ipif_select_source_v4() local
15390 if ((next_ipif = ipif->ipif_next) == NULL) in ipif_select_source_v4()
15391 next_ipif = ill->ill_ipif; in ipif_select_source_v4()
15466 } while ((ipif = next_ipif) != start_ipif); in ipif_select_source_v4()
15483 next_ipif = ipif->ipif_next; in ipif_select_source_v4()
15484 if (next_ipif != NULL && !IPIF_IS_CONDEMNED(next_ipif)) in ipif_select_source_v4()
15485 ill->ill_src_ipif = next_ipif; in ipif_select_source_v4()