Searched refs:rtq_reallyold (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/bsd/netinet6/ |
| H A D | in6_rmx.c | 437 static uint32_t rtq_reallyold = 60 * 60; variable 439 CTLFLAG_RW | CTLFLAG_LOCKED, &rtq_reallyold, 0, ""); 490 if ((rt->rt_flags & RTF_DELCLONE) || rtq_reallyold == 0) { in in6_clsroute() 532 rt_setexpire(rt, timenow + rtq_reallyold); in in6_clsroute() 634 if (ap->updating && expire > rtq_reallyold) { in in6_rtqkill() 635 rt_setexpire(rt, timenow + rtq_reallyold); in in6_rtqkill() 701 rtq_reallyold > rtq_minreallyold) { in in6_rtqtimo() 702 rtq_reallyold = 2 * rtq_reallyold / 3; in in6_rtqtimo() 703 if (rtq_reallyold < rtq_minreallyold) { in in6_rtqtimo() 704 rtq_reallyold = rtq_minreallyold; in in6_rtqtimo() [all …]
|
| /xnu-8796.121.2/bsd/netinet/ |
| H A D | in_rmx.c | 349 static uint32_t rtq_reallyold = 60 * 60; variable 351 CTLFLAG_RW | CTLFLAG_LOCKED, &rtq_reallyold, 0, 405 if ((rt->rt_flags & RTF_DELCLONE) || rtq_reallyold == 0) { in in_clsroute() 447 rt_setexpire(rt, timenow + rtq_reallyold); in in_clsroute() 545 if (ap->updating && expire > rtq_reallyold) { in in_rtqkill() 546 rt_setexpire(rt, timenow + rtq_reallyold); in in_rtqkill() 612 rtq_reallyold > rtq_minreallyold) { in in_rtqtimo() 613 rtq_reallyold = 2 * rtq_reallyold / 3; in in_rtqtimo() 614 if (rtq_reallyold < rtq_minreallyold) { in in_rtqtimo() 615 rtq_reallyold = rtq_minreallyold; in in_rtqtimo() [all …]
|