Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Dif.c122 hifp = &(*hifp)->int_nhash; in if_link()
125 if ((ifp->int_nhash = *hifp) != NULL) in if_link()
126 (*hifp)->int_nhash_prev = &ifp->int_nhash; in if_link()
178 for (ifp = *nhash(name); ifp != NULL; ifp = ifp->int_nhash) { in ifwithname()
452 *ifp->int_nhash_prev = ifp->int_nhash; in ifdel()
453 if (ifp->int_nhash != 0) in ifdel()
454 ifp->int_nhash->int_nhash_prev = ifp->int_nhash_prev; in ifdel()
H A Ddefs.h242 struct interface *int_nhash, **int_nhash_prev; member