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:iptun_encaps
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
ip_tunnels.h
306
iptun_encaps
[MAX_IPTUN_ENCAP_OPS];
348
ops = rcu_dereference(
iptun_encaps
[e->type]);
in ip_encap_hlen()
369
ops = rcu_dereference(
iptun_encaps
[t->encap.type]);
in ip_tunnel_encap()
/kernel/linux/linux-6.6/include/net/
H
A
D
ip_tunnels.h
333
iptun_encaps
[MAX_IPTUN_ENCAP_OPS];
375
ops = rcu_dereference(
iptun_encaps
[e->type]);
in ip_encap_hlen()
397
ops = rcu_dereference(
iptun_encaps
[e->type]);
in ip_tunnel_encap()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
ip_tunnel_core.c
43
iptun_encaps
[MAX_IPTUN_ENCAP_OPS] __read_mostly;
44
EXPORT_SYMBOL(
iptun_encaps
);
variable
H
A
D
ip_tunnel.c
451
&
iptun_encaps
[num],
in ip_tunnel_encap_add_ops()
465
&
iptun_encaps
[num],
in ip_tunnel_encap_del_ops()
H
A
D
udp.c
637
encap = rcu_dereference(
iptun_encaps
[i]);
in __udp4_lib_err_encap_no_sk()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
ip_tunnel_core.c
43
iptun_encaps
[MAX_IPTUN_ENCAP_OPS] __read_mostly;
44
EXPORT_SYMBOL(
iptun_encaps
);
variable
H
A
D
ip_tunnel.c
465
&
iptun_encaps
[num],
in ip_tunnel_encap_add_ops()
479
&
iptun_encaps
[num],
in ip_tunnel_encap_del_ops()
H
A
D
udp.c
610
encap = rcu_dereference(
iptun_encaps
[i]);
in __udp4_lib_err_encap_no_sk()
Completed in 17 milliseconds