Home
last modified time | relevance | path

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

/security/integrity/
A Ddigsig_asymmetric.c33 key_ref_t kref; in request_asymmetric_key() local
35 kref = keyring_search(make_key_ref(key, 1), in request_asymmetric_key()
37 if (!IS_ERR(kref)) { in request_asymmetric_key()
45 key_ref_t kref; in request_asymmetric_key() local
47 kref = keyring_search(make_key_ref(keyring, 1), in request_asymmetric_key()
49 if (IS_ERR(kref)) in request_asymmetric_key()
50 key = ERR_CAST(kref); in request_asymmetric_key()
52 key = key_ref_to_ptr(kref); in request_asymmetric_key()
/security/apparmor/include/
A Dpolicy_unpack.h100 struct kref count;
160 void aa_loaddata_kref(struct kref *kref);
A Dmatch.h101 struct kref count;
138 void aa_dfa_free_kref(struct kref *kref);
A Dlabel.h105 struct kref count;
128 struct kref count;
267 void aa_label_kref(struct kref *kref);
441 void aa_proxy_kref(struct kref *kref);
A Dlib.h131 struct kref count;
140 void aa_str_kref(struct kref *kref);
A Dpolicy.h90 struct kref count;
103 void aa_pdb_free_kref(struct kref *kref);
/security/apparmor/
A Dlib.c244 void aa_str_kref(struct kref *kref) in aa_str_kref() argument
246 kfree(container_of(kref, struct counted_str, count)); in aa_str_kref()
A Dmatch.c244 void aa_dfa_free_kref(struct kref *kref) in aa_dfa_free_kref() argument
246 struct aa_dfa *dfa = container_of(kref, struct aa_dfa, count); in aa_dfa_free_kref()
A Dlabel.c53 void aa_proxy_kref(struct kref *kref) in aa_proxy_kref() argument
55 struct aa_proxy *proxy = container_of(kref, struct aa_proxy, count); in aa_proxy_kref()
376 void aa_label_kref(struct kref *kref) in aa_label_kref() argument
378 struct aa_label *label = container_of(kref, struct aa_label, count); in aa_label_kref()
A Dpolicy.c116 void aa_pdb_free_kref(struct kref *kref) in aa_pdb_free_kref() argument
118 struct aa_policydb *pdb = container_of(kref, struct aa_policydb, count); in aa_pdb_free_kref()
A Dpolicy_unpack.c134 void aa_loaddata_kref(struct kref *kref) in aa_loaddata_kref() argument
136 struct aa_loaddata *d = container_of(kref, struct aa_loaddata, count); in aa_loaddata_kref()
A Dapparmorfs.c822 struct kref count;
829 static void multi_transaction_kref(struct kref *kref) in multi_transaction_kref() argument
833 t = container_of(kref, struct multi_transaction, count); in multi_transaction_kref()

Completed in 25 milliseconds