Searched refs:rtq_reallyold (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.101.15/bsd/netinet6/ |
| H A D | in6_rmx.c | 439 static uint32_t rtq_reallyold = 60 * 60; variable 441 CTLFLAG_RW | CTLFLAG_LOCKED, &rtq_reallyold, 0, ""); 492 if ((rt->rt_flags & RTF_DELCLONE) || rtq_reallyold == 0) { in in6_clsroute() 534 rt_setexpire(rt, timenow + rtq_reallyold); in in6_clsroute() 636 if (ap->updating && expire > rtq_reallyold) { in in6_rtqkill() 637 rt_setexpire(rt, timenow + rtq_reallyold); in in6_rtqkill() 703 rtq_reallyold > rtq_minreallyold) { in in6_rtqtimo() 704 rtq_reallyold = 2 * rtq_reallyold / 3; in in6_rtqtimo() 705 if (rtq_reallyold < rtq_minreallyold) { in in6_rtqtimo() 706 rtq_reallyold = rtq_minreallyold; in in6_rtqtimo() [all …]
|
| /xnu-10063.101.15/bsd/netinet/ |
| H A D | in_rmx.c | 351 static uint32_t rtq_reallyold = 60 * 60; variable 353 CTLFLAG_RW | CTLFLAG_LOCKED, &rtq_reallyold, 0, 407 if ((rt->rt_flags & RTF_DELCLONE) || rtq_reallyold == 0) { in in_clsroute() 446 rt_setexpire(rt, timenow + rtq_reallyold); in in_clsroute() 544 if (ap->updating && expire > rtq_reallyold) { in in_rtqkill() 545 rt_setexpire(rt, timenow + rtq_reallyold); in in_rtqkill() 611 rtq_reallyold > rtq_minreallyold) { in in_rtqtimo() 612 rtq_reallyold = 2 * rtq_reallyold / 3; in in_rtqtimo() 613 if (rtq_reallyold < rtq_minreallyold) { in in_rtqtimo() 614 rtq_reallyold = rtq_minreallyold; in in_rtqtimo() [all …]
|