Home
last modified time | relevance | path

Searched refs:catsetp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/security/smack/
H A Dsmackfs.c170 static inline void smack_catset_bit(unsigned int cat, char *catsetp) in smack_catset_bit() argument
175 catsetp[(cat - 1) / 8] |= 0x80 >> ((cat - 1) % 8); in smack_catset_bit()
/kernel/linux/linux-6.6/security/smack/
H A Dsmackfs.c171 static inline void smack_catset_bit(unsigned int cat, char *catsetp) in smack_catset_bit() argument
176 catsetp[(cat - 1) / 8] |= 0x80 >> ((cat - 1) % 8); in smack_catset_bit()

Completed in 8 milliseconds