Home
last modified time | relevance | path

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

/Linux-v6.1/net/netlabel/
Dnetlabel_mgmt.h223 extern atomic_t netlabel_mgmt_protocount;
Dnetlabel_calipso.c115 atomic_inc(&netlabel_mgmt_protocount); in netlbl_calipso_add()
298 atomic_dec(&netlabel_mgmt_protocount); in netlbl_calipso_remove()
Dnetlabel_cipso_v4.c426 atomic_inc(&netlabel_mgmt_protocount); in netlbl_cipsov4_add()
720 atomic_dec(&netlabel_mgmt_protocount); in netlbl_cipsov4_remove()
Dnetlabel_unlabeled.c436 atomic_inc(&netlabel_mgmt_protocount); in netlbl_unlhsh_add()
673 atomic_dec(&netlabel_mgmt_protocount); in netlbl_unlhsh_remove()
Dnetlabel_mgmt.c39 atomic_t netlabel_mgmt_protocount = ATOMIC_INIT(0); variable
Dnetlabel_kapi.c959 return (atomic_read(&netlabel_mgmt_protocount) > 0); in netlbl_enabled()