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

  /src/sys/netinet6/
ip6_mroute.h 229 int mf6c_expire; /* time to clean entry up */ member in struct:mf6c
ip6_mroute.c 838 rt->mf6c_expire = 0; /* Don't clean this guy up */
890 if (rt->mf6c_expire)
892 rt->mf6c_expire = 0;
912 rt->mf6c_expire = 0;
1236 rt->mf6c_expire = UPCALL_EXPIRE;
1304 mfc->mf6c_expire != 0 &&
1305 --mfc->mf6c_expire == 0) {

Completed in 15 milliseconds