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:nlbl_state
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/security/selinux/
H
A
D
netlabel.c
162
sksec->
nlbl_state
= NLBL_UNSET;
in selinux_netlbl_sk_security_free()
176
sksec->
nlbl_state
= NLBL_UNSET;
in selinux_netlbl_sk_security_reset()
245
if (sksec->
nlbl_state
!= NLBL_REQSKB)
in selinux_netlbl_skbuff_setsid()
309
sksec->
nlbl_state
= NLBL_LABELED;
in selinux_netlbl_sctp_assoc_request()
362
sksec->
nlbl_state
= NLBL_LABELED;
in selinux_netlbl_inet_csk_clone()
364
sksec->
nlbl_state
= NLBL_UNSET;
in selinux_netlbl_inet_csk_clone()
380
newsksec->
nlbl_state
= sksec->
nlbl_state
;
in selinux_netlbl_sctp_sk_clone()
408
sksec->
nlbl_state
= NLBL_LABELED;
in selinux_netlbl_socket_post_create()
411
sksec->
nlbl_state
in selinux_netlbl_socket_post_create()
[all...]
/kernel/linux/linux-5.10/security/selinux/
H
A
D
netlabel.c
172
sksec->
nlbl_state
= NLBL_UNSET;
in selinux_netlbl_sk_security_reset()
240
if (sksec->
nlbl_state
!= NLBL_REQSKB)
in selinux_netlbl_skbuff_setsid()
306
sksec->
nlbl_state
= NLBL_LABELED;
in selinux_netlbl_sctp_assoc_request()
358
sksec->
nlbl_state
= NLBL_LABELED;
in selinux_netlbl_inet_csk_clone()
360
sksec->
nlbl_state
= NLBL_UNSET;
in selinux_netlbl_inet_csk_clone()
376
newsksec->
nlbl_state
= sksec->
nlbl_state
;
in selinux_netlbl_sctp_sk_clone()
404
sksec->
nlbl_state
= NLBL_LABELED;
in selinux_netlbl_socket_post_create()
407
sksec->
nlbl_state
= NLBL_REQSKB;
in selinux_netlbl_socket_post_create()
511
(sksec->
nlbl_state
in selinux_netlbl_socket_setsockopt()
[all...]
/kernel/linux/linux-5.10/security/selinux/include/
H
A
D
objsec.h
113
}
nlbl_state
;
member
/kernel/linux/linux-6.6/security/selinux/include/
H
A
D
objsec.h
112
}
nlbl_state
;
member
Completed in 3 milliseconds