Home
last modified time | relevance | path

Searched refs:onhrt (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/net/
Droute.c590 struct rtentry *onhrt; in rt_putgwroute() local
598 onhrt = rt->rt_gwroute; in rt_putgwroute()
601 if (onhrt != NULL) { in rt_putgwroute()
602 KASSERT(onhrt->rt_cachecnt > 0); in rt_putgwroute()
603 KASSERT(ISSET(onhrt->rt_flags, RTF_CACHED)); in rt_putgwroute()
605 --onhrt->rt_cachecnt; in rt_putgwroute()
606 if (onhrt->rt_cachecnt == 0) in rt_putgwroute()
607 CLR(onhrt->rt_flags, RTF_CACHED); in rt_putgwroute()
609 rtfree(onhrt); in rt_putgwroute()