Home
last modified time | relevance | path

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

/netbsd-src/sys/net/
H A Droute.c678 psref_target_destroy(&rt->rt_psref, rt_psref_class); in rt_wait_psref()
679 psref_target_init(&rt->rt_psref, rt_psref_class); in rt_wait_psref()
699 psref_target_destroy(&rt->rt_psref, rt_psref_class); in _rt_free()
1266 psref_target_init(&rt->rt_psref, rt_psref_class); in rtrequest1()
2097 cpu_index(curcpu()), curlwp, &ro->ro_psref, &rt->rt_psref); in rtcache_trace()
2115 psref_acquire(&ro->ro_psref, &rt->rt_psref, rt_psref_class); in rtcache_ref()
2127 psref_release(&ro->ro_psref, &rt->rt_psref, rt_psref_class); in rtcache_unref()
H A Droute.h128 struct psref_target rt_psref; member