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

/freebsd-13-stable/sys/netinet6/
H A Dip6_mroute.h244 int mf6c_expire; /* time to clean entry up */ member in struct:mf6c
H A Dip6_mroute.c879 rt->mf6c_expire = 0; /* Don't clean this guy up */
920 if (rt->mf6c_expire)
922 rt->mf6c_expire = 0;
943 rt->mf6c_expire = 0;
1264 rt->mf6c_expire = UPCALL_EXPIRE;
1330 mfc->mf6c_expire != 0 &&
1331 --mfc->mf6c_expire == 0) {

Completed in 106 milliseconds