Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Dnexthop.c103 struct rmlock un_lock; member
105 #define UN_LOCK_INIT(_ctl) rm_init(&(_ctl)->un_lock, "unhop_ctl")
107 #define UN_RLOCK(_ctl) rm_rlock(&((_ctl)->un_lock), &un_tracker)
108 #define UN_RUNLOCK(_ctl) rm_runlock(&((_ctl)->un_lock), &un_tracker)
110 #define UN_WLOCK(_ctl) rm_wlock(&(_ctl)->un_lock);
111 #define UN_WUNLOCK(_ctl) rm_wunlock(&(_ctl)->un_lock);