Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Ddomain.h25 struct aa_label *x_table_lookup(struct aa_profile *profile, u32 xindex,
/linux/security/apparmor/
H A Ddomain.c509 * x_table_lookup - lookup an x transition name via transition table
517 struct aa_label *x_table_lookup(struct aa_profile *profile, u32 xindex, in x_table_lookup() function
591 new = x_table_lookup(profile, xindex, lookupname); in x_to_label()