Searched refs:avc_hash (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/ |
H A D | avc.c | 127 static inline int avc_hash(u32 ssid, u32 tsid, u16 tclass) in avc_hash() function 534 hvalue = avc_hash(ssid, tsid, tclass); in avc_search_node() 640 hvalue = avc_hash(ssid, tsid, tclass); in avc_insert() 870 hvalue = avc_hash(ssid, tsid, tclass); in avc_update_node()
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | avc.c | 125 static inline u32 avc_hash(u32 ssid, u32 tsid, u16 tclass) in avc_hash() function 529 hvalue = avc_hash(ssid, tsid, tclass); in avc_search_node() 630 hvalue = avc_hash(ssid, tsid, tclass); in avc_insert() 850 hvalue = avc_hash(ssid, tsid, tclass); in avc_update_node()
|
Completed in 4 milliseconds