Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dip_mroute.c1092 rt->mfc_expire = 0; /* Don't clean this guy up */ in add_mfc()
1116 if (rt->mfc_expire) in add_mfc()
1118 rt->mfc_expire = 0; in add_mfc()
1135 rt->mfc_expire = 0; in add_mfc()
1380 rt->mfc_expire = UPCALL_EXPIRE; in X_ip_mforward()
1453 if (rt->mfc_expire == 0 || --rt->mfc_expire > 0) in expire_upcalls()
Dip_mroute.h283 int mfc_expire; /* time to clean entry up */ member