HomeSort by: relevance | last modified time | path
    Searched refs:mfc_expire (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
ip_mroute.h 277 int mfc_expire; /* time to clean entry up */ member in struct:mfc
ip_mroute.c 1101 rt->mfc_expire = 0; /* Don't clean this guy up */
1136 if (rt->mfc_expire)
1138 rt->mfc_expire = 0;
1150 rt->mfc_expire = 0;
1466 rt->mfc_expire = UPCALL_EXPIRE;
1539 if (rt->mfc_expire == 0 || --rt->mfc_expire > 0)

Completed in 15 milliseconds