Home
last modified time | relevance | path

Searched defs:VEC (Results 1 – 1 of 1) sorted by relevance

/linux/security/apparmor/include/
H A Dlabel.h51 #define vec_last(VEC, SIZE) ((VEC)[(SIZE) - 1]) argument
52 #define vec_ns(VEC, SIZE) (vec_last((VEC), (SIZE))->ns) argument
53 #define vec_labelset(VEC, SIZE) (&vec_ns((VEC), (SIZE))->labels) argument