Searched refs:pkey (Results 1 – 6 of 6) sorted by relevance
| /security/selinux/ |
| A D | ibpkey.c | 73 struct sel_ib_pkey *pkey; in sel_ib_pkey_find() local 77 if (pkey->psec.pkey == pkey_num && in sel_ib_pkey_find() 79 return pkey; in sel_ib_pkey_find() 100 idx = sel_ib_pkey_hashfn(pkey->psec.pkey); in sel_ib_pkey_insert() 132 struct sel_ib_pkey *pkey; in sel_ib_pkey_sid_slow() local 138 if (pkey) { in sel_ib_pkey_sid_slow() 139 *sid = pkey->psec.sid; in sel_ib_pkey_sid_slow() 182 struct sel_ib_pkey *pkey; in sel_ib_pkey_sid() local 186 if (likely(pkey)) { in sel_ib_pkey_sid() 187 *sid = pkey->psec.sid; in sel_ib_pkey_sid() [all …]
|
| A D | hooks.c | 6973 ibpkey.pkey = pkey_val; in selinux_ib_pkey_access()
|
| /security/selinux/include/ |
| A D | ibpkey.h | 22 int sel_ib_pkey_sid(u64 subnet_prefix, u16 pkey, u32 *sid); 28 static inline int sel_ib_pkey_sid(u64 subnet_prefix, u16 pkey, u32 *sid) in sel_ib_pkey_sid() argument
|
| A D | objsec.h | 161 u16 pkey; /* PKey number */ member
|
| /security/ |
| A D | lsm_audit.c | 388 a->u.ibpkey->pkey, &sbn_pfx); in audit_log_lsm_data()
|
| A D | security.c | 5239 int security_ib_pkey_access(void *sec, u64 subnet_prefix, u16 pkey) in security_ib_pkey_access() argument 5241 return call_int_hook(ib_pkey_access, sec, subnet_prefix, pkey); in security_ib_pkey_access()
|
Completed in 31 milliseconds