Searched refs:netlabel_mgmt_protocount (Results 1 – 5 of 5) sorted by relevance
220 extern atomic_t netlabel_mgmt_protocount;
442 atomic_inc(&netlabel_mgmt_protocount); in netlbl_cipsov4_add()729 atomic_dec(&netlabel_mgmt_protocount); in netlbl_cipsov4_remove()
455 atomic_inc(&netlabel_mgmt_protocount); in netlbl_unlhsh_add()694 atomic_dec(&netlabel_mgmt_protocount); in netlbl_unlhsh_remove()
51 atomic_t netlabel_mgmt_protocount = ATOMIC_INIT(0); variable
751 return (atomic_read(&netlabel_mgmt_protocount) > 0); in netlbl_enabled()