Home
last modified time | relevance | path

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

/Linux-v4.19/net/netlabel/
Dnetlabel_mgmt.h237 extern atomic_t netlabel_mgmt_protocount;
Dnetlabel_calipso.c129 atomic_inc(&netlabel_mgmt_protocount); in netlbl_calipso_add()
312 atomic_dec(&netlabel_mgmt_protocount); in netlbl_calipso_remove()
Dnetlabel_cipso_v4.c436 atomic_inc(&netlabel_mgmt_protocount); in netlbl_cipsov4_add()
723 atomic_dec(&netlabel_mgmt_protocount); in netlbl_cipsov4_remove()
Dnetlabel_unlabeled.c449 atomic_inc(&netlabel_mgmt_protocount); in netlbl_unlhsh_add()
688 atomic_dec(&netlabel_mgmt_protocount); in netlbl_unlhsh_remove()
Dnetlabel_mgmt.c53 atomic_t netlabel_mgmt_protocount = ATOMIC_INIT(0); variable
Dnetlabel_kapi.c964 return (atomic_read(&netlabel_mgmt_protocount) > 0); in netlbl_enabled()