Searched refs:rt_refcnt (Results 1 – 2 of 2) sorted by relevance
88 long rt_refcnt; /* # held references */ member106 KASSERT((_rt)->rt_refcnt >= 0, \107 ("negative refcnt %ld", (_rt)->rt_refcnt)); \108 (_rt)->rt_refcnt++; \112 KASSERT((_rt)->rt_refcnt > 0, \113 ("bogus refcnt %ld", (_rt)->rt_refcnt)); \114 (_rt)->rt_refcnt--; \117 if ((_rt)->rt_refcnt <= 1) { \
833 ro->ro_rt->rt_refcnt++; in sctp_userspace_rtalloc()843 ro->ro_rt->rt_refcnt = 1; in sctp_userspace_rtalloc()868 if(--rt->rt_refcnt > 0) { in sctp_userspace_rtfree()