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:tunnels_wc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
sit.c
80
struct ip_tunnel __rcu *
tunnels_wc
[1];
member
129
t = rcu_dereference(sitn->
tunnels_wc
[0]);
in ipip6_tunnel_lookup()
513
RCU_INIT_POINTER(sitn->
tunnels_wc
[0], NULL);
in ipip6_tunnel_uninit()
1475
rcu_assign_pointer(sitn->
tunnels_wc
[0], tunnel);
in ipip6_fb_tunnel_init()
1894
sitn->tunnels[0] = sitn->
tunnels_wc
;
in sit_init_net()
H
A
D
ip6_gre.c
111
#define
tunnels_wc
tunnels[0]
macro
207
for_each_ip_tunnel_rcu(t, ign->
tunnels_wc
[h1]) {
in ip6gre_tunnel_lookup()
1628
rcu_assign_pointer(ign->
tunnels_wc
[0],
in ip6gre_init_net()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
sit.c
80
struct ip_tunnel __rcu *
tunnels_wc
[1];
member
129
t = rcu_dereference(sitn->
tunnels_wc
[0]);
in ipip6_tunnel_lookup()
516
RCU_INIT_POINTER(sitn->
tunnels_wc
[0], NULL);
in ipip6_tunnel_uninit()
1478
rcu_assign_pointer(sitn->
tunnels_wc
[0], tunnel);
in ipip6_fb_tunnel_init()
1838
sitn->tunnels[0] = sitn->
tunnels_wc
;
in sit_init_net()
H
A
D
ip6_gre.c
111
#define
tunnels_wc
tunnels[0]
macro
207
for_each_ip_tunnel_rcu(t, ign->
tunnels_wc
[h1]) {
in ip6gre_tunnel_lookup()
1625
rcu_assign_pointer(ign->
tunnels_wc
[0],
in ip6gre_init_net()
Completed in 11 milliseconds