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:XFRM_POLICY_MASK
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
xfrm.h
139
XFRM_POLICY_MASK
= 3,
enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
xfrm.h
139
XFRM_POLICY_MASK
= 3,
enumerator
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
xfrm.h
109
XFRM_POLICY_MASK
= 3,
enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
xfrm.h
122
XFRM_POLICY_MASK
= 3,
enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
xfrm.h
122
XFRM_POLICY_MASK
= 3,
enumerator
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_policy.c
1262
if ((dir &
XFRM_POLICY_MASK
) == XFRM_POLICY_OUT) {
in xfrm_hash_rebuild()
1309
if ((dir &
XFRM_POLICY_MASK
) == XFRM_POLICY_OUT) {
in xfrm_hash_rebuild()
3582
reverse = dir & ~
XFRM_POLICY_MASK
;
in __xfrm_policy_check()
3583
dir &=
XFRM_POLICY_MASK
;
in __xfrm_policy_check()
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_policy.c
1266
if ((dir &
XFRM_POLICY_MASK
) == XFRM_POLICY_OUT) {
in xfrm_hash_rebuild()
1313
if ((dir &
XFRM_POLICY_MASK
) == XFRM_POLICY_OUT) {
in xfrm_hash_rebuild()
3625
reverse = dir & ~
XFRM_POLICY_MASK
;
in __xfrm_policy_check()
3626
dir &=
XFRM_POLICY_MASK
;
in __xfrm_policy_check()
/kernel/linux/linux-5.10/include/net/
H
A
D
xfrm.h
1121
int ndir = dir | (reverse ?
XFRM_POLICY_MASK
+ 1 : 0);
in __xfrm_policy_check2()
/kernel/linux/linux-6.6/include/net/
H
A
D
xfrm.h
1164
int ndir = dir | (reverse ?
XFRM_POLICY_MASK
+ 1 : 0);
in __xfrm_policy_check2()
Completed in 25 milliseconds