Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhop_ctl.c130 struct ifnet *aifp = NULL; in get_aifp() local
142 aifp = ifnet_byindex_ref(nh->gwl_sa.sdl_index); in get_aifp()
144 aifp = ifnet_byindex(nh->gwl_sa.sdl_index); in get_aifp()
145 if (aifp == NULL) { in get_aifp()
151 if (aifp == NULL) { in get_aifp()
152 aifp = nh->nh_ifp; in get_aifp()
154 if_ref(aifp); in get_aifp()
157 return (aifp); in get_aifp()