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:lsm_data
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
calipso.c
78
struct netlbl_lsm_cache *
lsm_data
;
member
103
if (entry->
lsm_data
)
in calipso_cache_entry_free()
104
netlbl_secattr_cache_free(entry->
lsm_data
);
in calipso_cache_entry_free()
219
refcount_inc(&entry->
lsm_data
->refcount);
in calipso_cache_check()
220
secattr->cache = entry->
lsm_data
;
in calipso_cache_check()
289
entry->
lsm_data
= secattr->cache;
in calipso_cache_add()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
calipso.c
78
struct netlbl_lsm_cache *
lsm_data
;
member
103
if (entry->
lsm_data
)
in calipso_cache_entry_free()
104
netlbl_secattr_cache_free(entry->
lsm_data
);
in calipso_cache_entry_free()
219
refcount_inc(&entry->
lsm_data
->refcount);
in calipso_cache_check()
220
secattr->cache = entry->
lsm_data
;
in calipso_cache_check()
289
entry->
lsm_data
= secattr->cache;
in calipso_cache_add()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
cipso_ipv4.c
67
struct netlbl_lsm_cache *
lsm_data
;
member
134
if (entry->
lsm_data
)
in cipso_v4_cache_entry_free()
135
netlbl_secattr_cache_free(entry->
lsm_data
);
in cipso_v4_cache_entry_free()
254
refcount_inc(&entry->
lsm_data
->refcount);
in cipso_v4_cache_check()
255
secattr->cache = entry->
lsm_data
;
in cipso_v4_cache_check()
323
entry->
lsm_data
= secattr->cache;
in cipso_v4_cache_add()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
cipso_ipv4.c
67
struct netlbl_lsm_cache *
lsm_data
;
member
134
if (entry->
lsm_data
)
in cipso_v4_cache_entry_free()
135
netlbl_secattr_cache_free(entry->
lsm_data
);
in cipso_v4_cache_entry_free()
253
refcount_inc(&entry->
lsm_data
->refcount);
in cipso_v4_cache_check()
254
secattr->cache = entry->
lsm_data
;
in cipso_v4_cache_check()
322
entry->
lsm_data
= secattr->cache;
in cipso_v4_cache_add()
/kernel/linux/linux-5.10/security/integrity/ima/
H
A
D
ima.h
169
void *
lsm_data
);
H
A
D
ima_policy.c
442
void *
lsm_data
)
in ima_lsm_policy_change()
441
ima_lsm_policy_change(struct notifier_block *nb, unsigned long event, void *
lsm_data
)
ima_lsm_policy_change()
argument
/kernel/linux/linux-6.6/security/integrity/ima/
H
A
D
ima.h
169
void *
lsm_data
);
H
A
D
ima_policy.c
494
void *
lsm_data
)
in ima_lsm_policy_change()
493
ima_lsm_policy_change(struct notifier_block *nb, unsigned long event, void *
lsm_data
)
ima_lsm_policy_change()
argument
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
device.c
189
void *
lsm_data
);
860
void *
lsm_data
)
in ib_security_change()
859
ib_security_change(struct notifier_block *nb, unsigned long event, void *
lsm_data
)
ib_security_change()
argument
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
device.c
190
void *
lsm_data
);
901
void *
lsm_data
)
in ib_security_change()
900
ib_security_change(struct notifier_block *nb, unsigned long event, void *
lsm_data
)
ib_security_change()
argument
Completed in 21 milliseconds