Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_mroute.h284 int mfc_expire; /* time to clean entry up */ member
H A Dip_mroute.c1199 rt->mfc_expire = 0; /* Don't clean this guy up */ in add_mfc()
1223 if (rt->mfc_expire) in add_mfc()
1225 rt->mfc_expire = 0; in add_mfc()
1239 rt->mfc_expire = 0; in add_mfc()
1491 rt->mfc_expire = UPCALL_EXPIRE; in X_ip_mforward()
1557 if (rt->mfc_expire == 0 || --rt->mfc_expire > 0) in expire_upcalls()