Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ibpkey
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/
H
A
D
Makefile
17
selinux-$(CONFIG_SECURITY_INFINIBAND) +=
ibpkey
.o
H
A
D
hooks.c
103
#include "
ibpkey
.h"
6700
struct lsm_ibpkey_audit
ibpkey
;
in selinux_ib_pkey_access()
local
6707
ibpkey
.subnet_prefix = subnet_prefix;
in selinux_ib_pkey_access()
6708
ibpkey
.pkey = pkey_val;
in selinux_ib_pkey_access()
6709
ad.u.
ibpkey
= &
ibpkey
;
in selinux_ib_pkey_access()
/kernel/linux/linux-5.10/include/linux/
H
A
D
lsm_audit.h
96
struct lsm_ibpkey_audit *
ibpkey
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
lsm_audit.h
97
struct lsm_ibpkey_audit *
ibpkey
;
member
/kernel/linux/linux-6.6/security/selinux/
H
A
D
Makefile
22
selinux-$(CONFIG_SECURITY_INFINIBAND) +=
ibpkey
.o
H
A
D
hooks.c
102
#include "
ibpkey
.h"
6670
struct lsm_ibpkey_audit
ibpkey
;
in selinux_ib_pkey_access()
local
6677
ibpkey
.subnet_prefix = subnet_prefix;
in selinux_ib_pkey_access()
6678
ibpkey
.pkey = pkey_val;
in selinux_ib_pkey_access()
6679
ad.u.
ibpkey
= &
ibpkey
;
in selinux_ib_pkey_access()
/kernel/linux/linux-5.10/security/
H
A
D
lsm_audit.c
426
memcpy(&sbn_pfx.s6_addr, &a->u.
ibpkey
->subnet_prefix,
in dump_common_audit_data()
427
sizeof(a->u.
ibpkey
->subnet_prefix));
in dump_common_audit_data()
429
a->u.
ibpkey
->pkey, &sbn_pfx);
in dump_common_audit_data()
/kernel/linux/linux-6.6/security/
H
A
D
lsm_audit.c
410
memcpy(&sbn_pfx.s6_addr, &a->u.
ibpkey
->subnet_prefix,
in dump_common_audit_data()
411
sizeof(a->u.
ibpkey
->subnet_prefix));
in dump_common_audit_data()
413
a->u.
ibpkey
->pkey, &sbn_pfx);
in dump_common_audit_data()
/kernel/linux/linux-5.10/security/selinux/ss/
H
A
D
policydb.h
194
}
ibpkey
;
member
H
A
D
policydb.c
2339
c->u.
ibpkey
.subnet_prefix = be64_to_cpu(prefixbuf[0]);
in ocontext_read()
2353
c->u.
ibpkey
.low_pkey = pkey_lo;
in ocontext_read()
2354
c->u.
ibpkey
.high_pkey = pkey_hi;
in ocontext_read()
3354
prefixbuf[0] = cpu_to_be64(c->u.
ibpkey
.subnet_prefix);
in ocontext_write()
3360
buf[0] = cpu_to_le32(c->u.
ibpkey
.low_pkey);
in ocontext_write()
3361
buf[1] = cpu_to_le32(c->u.
ibpkey
.high_pkey);
in ocontext_write()
H
A
D
services.c
2491
if (c->u.
ibpkey
.low_pkey <= pkey_num &&
in security_ib_pkey_sid()
2492
c->u.
ibpkey
.high_pkey >= pkey_num &&
in security_ib_pkey_sid()
2493
c->u.
ibpkey
.subnet_prefix == subnet_prefix)
in security_ib_pkey_sid()
/kernel/linux/linux-6.6/security/selinux/ss/
H
A
D
policydb.h
194
}
ibpkey
;
member
H
A
D
policydb.c
2342
c->u.
ibpkey
.subnet_prefix = be64_to_cpu(prefixbuf[0]);
in ocontext_read()
2356
c->u.
ibpkey
.low_pkey = pkey_lo;
in ocontext_read()
2357
c->u.
ibpkey
.high_pkey = pkey_hi;
in ocontext_read()
3355
prefixbuf[0] = cpu_to_be64(c->u.
ibpkey
.subnet_prefix);
in ocontext_write()
3361
buf[0] = cpu_to_le32(c->u.
ibpkey
.low_pkey);
in ocontext_write()
3362
buf[1] = cpu_to_le32(c->u.
ibpkey
.high_pkey);
in ocontext_write()
H
A
D
services.c
2453
if (c->u.
ibpkey
.low_pkey <= pkey_num &&
in security_ib_pkey_sid()
2454
c->u.
ibpkey
.high_pkey >= pkey_num &&
in security_ib_pkey_sid()
2455
c->u.
ibpkey
.subnet_prefix == subnet_prefix)
in security_ib_pkey_sid()
Completed in 39 milliseconds