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:cipsov4
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/netlabel/
H
A
D
netlabel_mgmt.c
82
struct cipso_v4_doi *
cipsov4
= NULL;
in netlbl_mgmt_add_common()
local
121
cipsov4
= cipso_v4_doi_getdef(tmp_val);
in netlbl_mgmt_add_common()
122
if (
cipsov4
== NULL)
in netlbl_mgmt_add_common()
125
entry->def.cipso =
cipsov4
;
in netlbl_mgmt_add_common()
184
if (
cipsov4
)
in netlbl_mgmt_add_common()
185
map->def.cipso =
cipsov4
;
in netlbl_mgmt_add_common()
259
cipso_v4_doi_putdef(
cipsov4
);
in netlbl_mgmt_add_common()
H
A
D
netlabel_domainhash.c
215
struct cipso_v4_doi *
cipsov4
= NULL;
in netlbl_domhsh_audit_add()
local
227
cipsov4
= map4->def.cipso;
in netlbl_domhsh_audit_add()
241
cipsov4
= entry->def.cipso;
in netlbl_domhsh_audit_add()
249
BUG_ON(
cipsov4
== NULL);
in netlbl_domhsh_audit_add()
251
" nlbl_protocol=
cipsov4
cipso_doi=%u",
in netlbl_domhsh_audit_add()
252
cipsov4
->doi);
in netlbl_domhsh_audit_add()
/kernel/linux/linux-6.6/net/netlabel/
H
A
D
netlabel_mgmt.c
82
struct cipso_v4_doi *
cipsov4
= NULL;
in netlbl_mgmt_add_common()
local
121
cipsov4
= cipso_v4_doi_getdef(tmp_val);
in netlbl_mgmt_add_common()
122
if (
cipsov4
== NULL)
in netlbl_mgmt_add_common()
125
entry->def.cipso =
cipsov4
;
in netlbl_mgmt_add_common()
184
if (
cipsov4
)
in netlbl_mgmt_add_common()
185
map->def.cipso =
cipsov4
;
in netlbl_mgmt_add_common()
259
cipso_v4_doi_putdef(
cipsov4
);
in netlbl_mgmt_add_common()
H
A
D
netlabel_domainhash.c
215
struct cipso_v4_doi *
cipsov4
= NULL;
in netlbl_domhsh_audit_add()
local
227
cipsov4
= map4->def.cipso;
in netlbl_domhsh_audit_add()
241
cipsov4
= entry->def.cipso;
in netlbl_domhsh_audit_add()
249
BUG_ON(
cipsov4
== NULL);
in netlbl_domhsh_audit_add()
251
" nlbl_protocol=
cipsov4
cipso_doi=%u",
in netlbl_domhsh_audit_add()
252
cipsov4
->doi);
in netlbl_domhsh_audit_add()
Completed in 5 milliseconds