Home
last modified time | relevance | path

Searched refs:counted_str (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/security/apparmor/include/
Dlib.h109 struct counted_str { struct
115 ((struct counted_str *)(str - offsetof(struct counted_str, name))) argument
/linux-6.6.21/security/apparmor/
Dlib.c158 struct counted_str *str; in aa_str_alloc()
170 kfree(container_of(kref, struct counted_str, count)); in aa_str_kref()