Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet6/
Dip6_mroute.c838 rt->mf6c_expire = 0; /* Don't clean this guy up */ in add_m6fc()
890 if (rt->mf6c_expire) in add_m6fc()
892 rt->mf6c_expire = 0; in add_m6fc()
912 rt->mf6c_expire = 0; in add_m6fc()
1236 rt->mf6c_expire = UPCALL_EXPIRE; in ip6_mforward()
1304 mfc->mf6c_expire != 0 && in expire_upcalls()
1305 --mfc->mf6c_expire == 0) { in expire_upcalls()
Dip6_mroute.h229 int mf6c_expire; /* time to clean entry up */ member