Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip6_mroute.c872 rt->mf6c_expire = 0; /* Don't clean this guy up */ in add_m6fc()
913 if (rt->mf6c_expire) in add_m6fc()
915 rt->mf6c_expire = 0; in add_m6fc()
936 rt->mf6c_expire = 0; in add_m6fc()
1257 rt->mf6c_expire = UPCALL_EXPIRE; in X_ip6_mforward()
1324 mfc->mf6c_expire != 0 && in expire_upcalls()
1325 --mfc->mf6c_expire == 0) { in expire_upcalls()
H A Dip6_mroute.h243 int mf6c_expire; /* time to clean entry up */ member