Searched refs:ia_ro (Results 1 – 1 of 1) sorted by relevance
883 struct route ia_ro; in in_ifinit() local885 bzero(&ia_ro, sizeof(ia_ro)); in in_ifinit()886 *((struct sockaddr_in *)(&ia_ro.ro_dst)) = ia->ia_addr; in in_ifinit()887 rtalloc_ign_fib(&ia_ro, 0, RT_DEFAULT_FIB); in in_ifinit()888 if ((ia_ro.ro_rt != NULL) && (ia_ro.ro_rt->rt_ifp != NULL) && in in_ifinit()889 (ia_ro.ro_rt->rt_ifp == V_loif)) { in in_ifinit()890 RT_LOCK(ia_ro.ro_rt); in in_ifinit()891 RT_ADDREF(ia_ro.ro_rt); in in_ifinit()892 RTFREE_LOCKED(ia_ro.ro_rt); in in_ifinit()898 if (ia_ro.ro_rt != NULL) in in_ifinit()[all …]