Lines Matching refs:u32
33 u32 isid; /* inode SID */
34 u32 allowed; /* allowed permission bitmask */
35 u32 audited; /* audited permission bitmask */
40 u32 osid; /* SID prior to last execve */
41 u32 sid; /* current SID */
42 u32 exec_sid; /* exec SID */
43 u32 create_sid; /* fscreate SID */
44 u32 keycreate_sid; /* keycreate SID */
45 u32 sockcreate_sid; /* fscreate SID */
48 u32 sid; /* current SID for cached entries */
49 u32 seqno; /* AVC sequence number */
72 u32 task_sid; /* SID of creating task */
73 u32 sid; /* SID of this object */
80 u32 sid; /* SID of open file description */
81 u32 fown_sid; /* SID of file owner (for SIGIO) */
82 u32 isid; /* SID of inode at the time of file open */
83 u32 pseqno; /* Policy seqno at the time of file open */
87 u32 sid; /* SID of file system superblock */
88 u32 def_sid; /* default SID for labeling */
89 u32 mntpoint_sid; /* SECURITY_FS_USE_MNTPOINT context for files */
98 u32 sid; /* SID of message */
103 u32 sid; /* SID of IPC resource */
109 u32 sid; /* SID for this interface */
117 u32 sid; /* SID for this node */
122 u32 sid; /* SID for this node */
138 u32 sid; /* SID of this object */
139 u32 peer_sid; /* SID of peer */
148 u32 sid; /* SID for the tun device sockets */
152 u32 sid; /* SID of key */
156 u32 sid; /* SID of the queue pair or MAD agent */
162 u32 sid; /* SID of pkey */
166 u32 sid; /* SID of bpf obj creator */
170 u32 sid; /* SID of perf_event obj creator */
207 static inline u32 current_sid(void) in current_sid()