Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif.c1102 mtx_enter(&if_hooks_mtx); in if_hooks_run()
1112 mtx_leave(&if_hooks_mtx); in if_hooks_run()
1120 mtx_leave(&if_hooks_mtx); in if_hooks_run()
1155 mtx_enter(&if_hooks_mtx); in if_detachhook_add()
1157 mtx_leave(&if_hooks_mtx); in if_detachhook_add()
1163 mtx_enter(&if_hooks_mtx); in if_detachhook_del()
1165 mtx_leave(&if_hooks_mtx); in if_detachhook_del()
1802 mtx_enter(&if_hooks_mtx); in if_linkstatehook_add()
1804 mtx_leave(&if_hooks_mtx); in if_linkstatehook_add()
1810 mtx_enter(&if_hooks_mtx); in if_linkstatehook_del()
[all …]