Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Droute.c186 struct mutex rtlabel_mtx = MUTEX_INITIALIZER(IPL_NET); variable
1757 mtx_enter(&rtlabel_mtx); in rtlabel_name2id()
1792 mtx_leave(&rtlabel_mtx); in rtlabel_name2id()
1802 MUTEX_ASSERT_LOCKED(&rtlabel_mtx); in rtlabel_id2name_locked()
1819 mtx_enter(&rtlabel_mtx); in rtlabel_id2name()
1822 mtx_leave(&rtlabel_mtx); in rtlabel_id2name()
1838 mtx_enter(&rtlabel_mtx); in rtlabel_id2sa()
1845 mtx_leave(&rtlabel_mtx); in rtlabel_id2sa()
1861 mtx_enter(&rtlabel_mtx); in rtlabel_unref()
1871 mtx_leave(&rtlabel_mtx); in rtlabel_unref()