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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_mroute.h229 int mfc_expire; /* time to clean entry up */ member in struct:mfc
H A Dip_mroute.c887 rt->mfc_expire = 0; /* Don't clean this guy up */
931 if (rt->mfc_expire)
933 rt->mfc_expire = 0;
954 rt->mfc_expire = 0;
1235 rt->mfc_expire = UPCALL_EXPIRE;
1302 mfc->mfc_expire != 0 &&
1303 --mfc->mfc_expire == 0) {

Completed in 20 milliseconds