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:DST_XFRM_QUEUE
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
dst.h
43
#define
DST_XFRM_QUEUE
0x0040
macro
H
A
D
xfrm.h
952
if (dst->xfrm || (dst->flags &
DST_XFRM_QUEUE
)) {
in xfrm_dst_path()
964
if (dst->xfrm || (dst->flags &
DST_XFRM_QUEUE
)) {
in xfrm_dst_child()
/kernel/linux/linux-6.6/include/net/
H
A
D
dst.h
45
#define
DST_XFRM_QUEUE
0x0040
macro
H
A
D
xfrm.h
970
if (dst->xfrm || (dst->flags &
DST_XFRM_QUEUE
)) {
in xfrm_dst_path()
982
if (dst->xfrm || (dst->flags &
DST_XFRM_QUEUE
)) {
in xfrm_dst_child()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
ip_vti.c
220
if (dst->flags &
DST_XFRM_QUEUE
)
in vti_xmit()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
ip_vti.c
220
if (dst->flags &
DST_XFRM_QUEUE
)
in vti_xmit()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
ip6_vti.c
494
if (dst->flags &
DST_XFRM_QUEUE
)
in vti6_xmit()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
ip6_vti.c
494
if (dst->flags &
DST_XFRM_QUEUE
)
in vti6_xmit()
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_policy.c
2789
if (dst->flags &
DST_XFRM_QUEUE
) {
in xfrm_policy_queue_process()
2914
dst1->flags |=
DST_XFRM_QUEUE
;
in xfrm_create_dummy_bundle()
3855
if (dst->flags &
DST_XFRM_QUEUE
)
in xfrm_bundle_ok()
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_policy.c
2872
if (dst->flags &
DST_XFRM_QUEUE
) {
in xfrm_policy_queue_process()
2997
dst1->flags |=
DST_XFRM_QUEUE
;
in xfrm_create_dummy_bundle()
3906
if (dst->flags &
DST_XFRM_QUEUE
)
in xfrm_bundle_ok()
Completed in 32 milliseconds