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:doip
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/security/smack/
H
A
D
smackfs.c
686
struct cipso_v4_doi *
doip
;
in smk_cipso_doi()
local
696
doip
= kmalloc(sizeof(struct cipso_v4_doi), GFP_KERNEL | __GFP_NOFAIL);
in smk_cipso_doi()
697
doip
->map.std = NULL;
in smk_cipso_doi()
698
doip
->doi = smk_cipso_doi_value;
in smk_cipso_doi()
699
doip
->type = CIPSO_V4_MAP_PASS;
in smk_cipso_doi()
700
doip
->tags[0] = CIPSO_V4_TAG_RBITMAP;
in smk_cipso_doi()
702
doip
->tags[rc] = CIPSO_V4_TAG_INVALID;
in smk_cipso_doi()
704
rc = netlbl_cfg_cipsov4_add(
doip
, &nai);
in smk_cipso_doi()
708
kfree(
doip
);
in smk_cipso_doi()
711
rc = netlbl_cfg_cipsov4_map_add(
doip
in smk_cipso_doi()
[all...]
/kernel/linux/linux-6.6/security/smack/
H
A
D
smackfs.c
687
struct cipso_v4_doi *
doip
;
in smk_cipso_doi()
local
697
doip
= kmalloc(sizeof(struct cipso_v4_doi), GFP_KERNEL | __GFP_NOFAIL);
in smk_cipso_doi()
698
doip
->map.std = NULL;
in smk_cipso_doi()
699
doip
->doi = smk_cipso_doi_value;
in smk_cipso_doi()
700
doip
->type = CIPSO_V4_MAP_PASS;
in smk_cipso_doi()
701
doip
->tags[0] = CIPSO_V4_TAG_RBITMAP;
in smk_cipso_doi()
703
doip
->tags[rc] = CIPSO_V4_TAG_INVALID;
in smk_cipso_doi()
705
rc = netlbl_cfg_cipsov4_add(
doip
, &nai);
in smk_cipso_doi()
709
kfree(
doip
);
in smk_cipso_doi()
712
rc = netlbl_cfg_cipsov4_map_add(
doip
in smk_cipso_doi()
[all...]
Completed in 5 milliseconds