Searched refs:rtq_reallyold (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.1.9/bsd/netinet6/ |
| H A D | in6_rmx.c | 440 static uint32_t rtq_reallyold = 60 * 60; variable 442 CTLFLAG_RW | CTLFLAG_LOCKED, &rtq_reallyold, 0, ""); 493 if ((rt->rt_flags & RTF_DELCLONE) || rtq_reallyold == 0) { in in6_clsroute() 535 rt_setexpire(rt, timenow + rtq_reallyold); in in6_clsroute() 637 if (ap->updating && expire > rtq_reallyold) { in in6_rtqkill() 638 rt_setexpire(rt, timenow + rtq_reallyold); in in6_rtqkill() 704 rtq_reallyold > rtq_minreallyold) { in in6_rtqtimo() 705 rtq_reallyold = 2 * rtq_reallyold / 3; in in6_rtqtimo() 706 if (rtq_reallyold < rtq_minreallyold) { in in6_rtqtimo() 707 rtq_reallyold = rtq_minreallyold; in in6_rtqtimo() [all …]
|
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | in_rmx.c | 352 static uint32_t rtq_reallyold = 60 * 60; variable 354 CTLFLAG_RW | CTLFLAG_LOCKED, &rtq_reallyold, 0, 408 if ((rt->rt_flags & RTF_DELCLONE) || rtq_reallyold == 0) { in in_clsroute() 447 rt_setexpire(rt, timenow + rtq_reallyold); in in_clsroute() 546 if (ap->updating && expire > rtq_reallyold) { in in_rtqkill() 547 rt_setexpire(rt, timenow + rtq_reallyold); in in_rtqkill() 613 rtq_reallyold > rtq_minreallyold) { in in_rtqtimo() 614 rtq_reallyold = 2 * rtq_reallyold / 3; in in_rtqtimo() 615 if (rtq_reallyold < rtq_minreallyold) { in in_rtqtimo() 616 rtq_reallyold = rtq_minreallyold; in in_rtqtimo() [all …]
|