Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_mroute.h282 int mfc_expire; /* time to clean entry up */ member
/f-stack/freebsd/netinet/
H A Dip_mroute.h282 int mfc_expire; /* time to clean entry up */ member
H A Dip_mroute.c1094 rt->mfc_expire = 0; /* Don't clean this guy up */ in add_mfc()
1118 if (rt->mfc_expire) in add_mfc()
1120 rt->mfc_expire = 0; in add_mfc()
1137 rt->mfc_expire = 0; in add_mfc()
1382 rt->mfc_expire = UPCALL_EXPIRE; in X_ip_mforward()
1455 if (rt->mfc_expire == 0 || --rt->mfc_expire > 0) in expire_upcalls()