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
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/
H
A
D
Makefile
10
tunnels
.o
/kernel/linux/linux-6.6/net/ethtool/
H
A
D
Makefile
10
tunnels
.o fec.o eeprom.o stats.o phc_vclocks.o mm.o \
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
H
A
D
udp_tunnel_nic.sh
159
ethtool --show-
tunnels
$NSIM_NETDEV | grep "$pp_expected" >/dev/null
163
ethtool --show-
tunnels
$NSIM_NETDEV
202
cnt=$(ethtool --show-
tunnels
$NSIM_NETDEV | grep -c "$pp_expected")
206
ethtool --show-
tunnels
$NSIM_NETDEV
255
ethtool -h | grep show-
tunnels
2>&1 >/dev/null && HAS_ETHTOOL=y
323
msg="
tunnels
destroyed"
363
msg="remove
tunnels
"
875
msg="
tunnels
destroyed 1"
901
msg="
tunnels
destroyed 2"
941
msg="
tunnels
destroye
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
H
A
D
udp_tunnel_nic.sh
159
ethtool --show-
tunnels
$NSIM_NETDEV | grep "$pp_expected" >/dev/null
163
ethtool --show-
tunnels
$NSIM_NETDEV
202
cnt=$(ethtool --show-
tunnels
$NSIM_NETDEV | grep -c "$pp_expected")
206
ethtool --show-
tunnels
$NSIM_NETDEV
255
ethtool -h | grep show-
tunnels
2>&1 >/dev/null && HAS_ETHTOOL=y
323
msg="
tunnels
destroyed"
363
msg="remove
tunnels
"
875
msg="
tunnels
destroyed 1"
901
msg="
tunnels
destroyed 2"
941
msg="
tunnels
destroye
[all...]
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
sit.c
81
struct ip_tunnel __rcu **
tunnels
[4];
member
151
return &sitn->
tunnels
[prio][h];
in __ipip6_bucket()
1874
t = rtnl_dereference(sitn->
tunnels
[prio][h]);
in sit_destroy_tunnels()
1894
sitn->
tunnels
[0] = sitn->tunnels_wc;
in sit_init_net()
1895
sitn->
tunnels
[1] = sitn->tunnels_l;
in sit_init_net()
1896
sitn->
tunnels
[2] = sitn->tunnels_r;
in sit_init_net()
1897
sitn->
tunnels
[3] = sitn->tunnels_r_l;
in sit_init_net()
H
A
D
ip6_gre.c
66
struct ip6_tnl __rcu *
tunnels
[4][IP6_GRE_HASH_SIZE];
member
96
All keysless packets, if not matched configured keyless
tunnels
108
#define tunnels_r_l
tunnels
[3]
109
#define tunnels_r
tunnels
[2]
110
#define tunnels_l
tunnels
[1]
111
#define tunnels_wc
tunnels
[0]
264
return &ign->
tunnels
[prio][h];
in __ip6gre_bucket()
1584
t = rtnl_dereference(ign->
tunnels
[prio][h]);
in ip6gre_destroy_tunnels()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
sit.c
81
struct ip_tunnel __rcu **
tunnels
[4];
member
151
return &sitn->
tunnels
[prio][h];
in __ipip6_bucket()
1818
t = rtnl_dereference(sitn->
tunnels
[prio][h]);
in sit_destroy_tunnels()
1838
sitn->
tunnels
[0] = sitn->tunnels_wc;
in sit_init_net()
1839
sitn->
tunnels
[1] = sitn->tunnels_l;
in sit_init_net()
1840
sitn->
tunnels
[2] = sitn->tunnels_r;
in sit_init_net()
1841
sitn->
tunnels
[3] = sitn->tunnels_r_l;
in sit_init_net()
H
A
D
ip6_gre.c
66
struct ip6_tnl __rcu *
tunnels
[4][IP6_GRE_HASH_SIZE];
member
96
All keysless packets, if not matched configured keyless
tunnels
108
#define tunnels_r_l
tunnels
[3]
109
#define tunnels_r
tunnels
[2]
110
#define tunnels_l
tunnels
[1]
111
#define tunnels_wc
tunnels
[0]
264
return &ign->
tunnels
[prio][h];
in __ip6gre_bucket()
1581
t = rtnl_dereference(ign->
tunnels
[prio][h]);
in ip6gre_destroy_tunnels()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
ip_tunnel.c
79
All keysless packets, if not matched configured keyless
tunnels
94
head = &itn->
tunnels
[hash];
in ip_tunnel_lookup()
127
head = &itn->
tunnels
[hash];
in ip_tunnel_lookup()
190
return &itn->
tunnels
[h];
in ip_bucket()
1080
INIT_HLIST_HEAD(&itn->
tunnels
[i]);
in ip_tunnel_init_net()
1126
struct hlist_head *thead = &itn->
tunnels
[h];
in ip_tunnel_destroy()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
ip_tunnel.c
79
All keysless packets, if not matched configured keyless
tunnels
94
head = &itn->
tunnels
[hash];
in ip_tunnel_lookup()
127
head = &itn->
tunnels
[hash];
in ip_tunnel_lookup()
190
return &itn->
tunnels
[h];
in ip_bucket()
1102
INIT_HLIST_HEAD(&itn->
tunnels
[i]);
in ip_tunnel_init_net()
1148
struct hlist_head *thead = &itn->
tunnels
[h];
in ip_tunnel_destroy()
/kernel/linux/linux-5.10/include/net/
H
A
D
ip_tunnels.h
165
struct hlist_head
tunnels
[IP_TNL_HASH_SIZE];
member
/kernel/linux/linux-6.6/include/net/
H
A
D
ip_tunnels.h
177
struct hlist_head
tunnels
[IP_TNL_HASH_SIZE];
member
/kernel/linux/linux-6.6/drivers/thunderbolt/
H
A
D
tb.c
24
* @tunnel_list: List of active
tunnels
102
* Find all DP
tunnels
that go through all the same USB4 links
in tb_attach_bandwidth_group()
103
* as this one. Because we always setup
tunnels
the same way we
in tb_attach_bandwidth_group()
104
* can just check for the routers at both ends of the
tunnels
in tb_attach_bandwidth_group()
655
* Find all DP
tunnels
that cross the port and reduce
in tb_available_bandwidth()
948
*
tunnels
and know which switches were authorized already by
in tb_scan_port()
1002
* Create USB 3.x
tunnels
only when the switch is plugged to the
in tb_scan_port()
1004
* and want to discover existing USB 3.x
tunnels
before we create
in tb_scan_port()
1056
* PCIe and DMA
tunnels
do not consume guaranteed
in tb_deactivate_and_free_tunnel()
1066
* tb_free_invalid_tunnels() - destroy
tunnels
o
[all...]
Completed in 19 milliseconds