Searched refs:rt_refcnt (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.h141 int32_t rt_refcnt; /* # held references */ member in struct:rtentry
168 short rt_refcnt; /* # held references */ member in struct:ortentry
H A Droute.c595 if (rt->rt_refcnt > 0)
606 if (rnh && rnh->rnh_close && rt->rt_refcnt == 0)
628 if (rt->rt_refcnt < 0) {
630 rt, rt->rt_refcnt);
680 if (p->rt_refcnt <= 0)
681 panic("rtunref: bad refcnt %d for rt=%p\n", p->rt_refcnt, p);
686 p->rt_refcnt--;
717 if (p->rt_refcnt < 0)
718 panic("rtref: bad refcnt %d for rt=%p\n", p->rt_refcnt, p);
723 p->rt_refcnt
[all...]
H A Drtsock.c1155 rtm->rtm_refcnt = rt->rt_refcnt;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_rmx.c189 if (rt != NULL && rt->rt_refcnt == 0 && (rt->rt_flags & RTPRF_OURS)) {
331 if (rt->rt_refcnt > 0)
H A Din_arp.c165 if (rt->rt_refcnt > 0 && (sdl = SDL(rt->rt_gateway)) &&
399 if ((*route)->rt_refcnt <= 0 && ((*route)->rt_flags & RTF_WASCLONED) != 0) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_rmx.c263 if (rt && rt->rt_refcnt == 0) { /* this is first reference */
364 if (rt->rt_refcnt > 0)

Completed in 34 milliseconds