Home
last modified time | relevance | path

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

/linux-4.4.14/net/netlabel/
Dnetlabel_mgmt.h220 extern atomic_t netlabel_mgmt_protocount;
Dnetlabel_cipso_v4.c442 atomic_inc(&netlabel_mgmt_protocount); in netlbl_cipsov4_add()
729 atomic_dec(&netlabel_mgmt_protocount); in netlbl_cipsov4_remove()
Dnetlabel_unlabeled.c455 atomic_inc(&netlabel_mgmt_protocount); in netlbl_unlhsh_add()
694 atomic_dec(&netlabel_mgmt_protocount); in netlbl_unlhsh_remove()
Dnetlabel_mgmt.c51 atomic_t netlabel_mgmt_protocount = ATOMIC_INIT(0); variable
Dnetlabel_kapi.c751 return (atomic_read(&netlabel_mgmt_protocount) > 0); in netlbl_enabled()