Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Ddummymbuf.c65 #define V_dmb_rules_lock VNET(dmb_rules_lock) macro
67 #define DMB_RULES_SLOCK() sx_slock(&V_dmb_rules_lock)
68 #define DMB_RULES_SUNLOCK() sx_sunlock(&V_dmb_rules_lock)
69 #define DMB_RULES_XLOCK() sx_xlock(&V_dmb_rules_lock)
70 #define DMB_RULES_XUNLOCK() sx_xunlock(&V_dmb_rules_lock)
71 #define DMB_RULES_LOCK_ASSERT() sx_assert(&V_dmb_rules_lock, SA_LOCKED)
442 sx_init(&V_dmb_rules_lock, "dummymbuf rules"); in vnet_dmb_init()
454 sx_destroy(&V_dmb_rules_lock); in vnet_dmb_uninit()