Home
last modified time | relevance | path

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

/dragonfly/sys/netinet6/
HDip6_mroute.c758 rt->mf6c_expire = 0; /* Don't clean this guy up */ in add_m6fc()
804 if (rt->mf6c_expire) in add_m6fc()
806 rt->mf6c_expire = 0; in add_m6fc()
827 rt->mf6c_expire = 0; in add_m6fc()
1162 rt->mf6c_expire = UPCALL_EXPIRE; in ip6_mforward()
1232 mfc->mf6c_expire != 0 && in expire_upcalls_dispatch()
1233 --mfc->mf6c_expire == 0) { in expire_upcalls_dispatch()
HDip6_mroute.h253 int mf6c_expire; /* time to clean entry up */ member