Home
last modified time | relevance | path

Searched refs:vec_cleanup (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/security/apparmor/include/
Dlib.h256 vec_cleanup(profile, __pvec, __count); \
260 vec_cleanup(label, __lvec, (L)->size); \
Dlabel.h44 #define vec_cleanup(T, V, N) \ macro
/Linux-v4.19/security/apparmor/
Dlabel.c1932 vec_cleanup(profile, vec, len); in aa_label_strn_parse()