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:udp_tunnels
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/netdevsim/
H
A
D
Makefile
6
netdev.o dev.o ethtool.o fib.o bus.o health.o
udp_tunnels
.o
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H
A
D
Makefile
6
netdev.o dev.o ethtool.o fib.o bus.o health.o hwstats.o
udp_tunnels
.o
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
ef10.c
570
for (i = 0; i < ARRAY_SIZE(nic_data->
udp_tunnels
); ++i)
in efx_ef10_probe()
571
nic_data->
udp_tunnels
[i].type =
in efx_ef10_probe()
700
memset(nic_data->
udp_tunnels
, 0, sizeof(nic_data->
udp_tunnels
));
in efx_ef10_probe()
967
memset(nic_data->
udp_tunnels
, 0, sizeof(nic_data->
udp_tunnels
));
in efx_ef10_remove()
3777
BUILD_BUG_ON(ARRAY_SIZE(nic_data->
udp_tunnels
) >
in efx_ef10_set_udp_tnl_ports()
3780
for (i = 0; i < ARRAY_SIZE(nic_data->
udp_tunnels
); ++i) {
in efx_ef10_set_udp_tnl_ports()
3781
if (nic_data->
udp_tunnels
[i].type !=
in efx_ef10_set_udp_tnl_ports()
3787
ntohs(nic_data->
udp_tunnels
[
in efx_ef10_set_udp_tnl_ports()
[all...]
H
A
D
nic.h
258
* @
udp_tunnels
: UDP tunnel port numbers and types.
260
* @
udp_tunnels
to hardware and thus the push must be re-done.
261
* @udp_tunnels_lock: Serialises writes to @
udp_tunnels
and @udp_tunnels_dirty.
294
struct efx_udp_tunnel
udp_tunnels
[16];
member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
ef10.c
569
for (i = 0; i < ARRAY_SIZE(nic_data->
udp_tunnels
); ++i)
in efx_ef10_probe()
570
nic_data->
udp_tunnels
[i].type =
in efx_ef10_probe()
699
memset(nic_data->
udp_tunnels
, 0, sizeof(nic_data->
udp_tunnels
));
in efx_ef10_probe()
966
memset(nic_data->
udp_tunnels
, 0, sizeof(nic_data->
udp_tunnels
));
in efx_ef10_remove()
3808
BUILD_BUG_ON(ARRAY_SIZE(nic_data->
udp_tunnels
) >
in efx_ef10_set_udp_tnl_ports()
3811
for (i = 0; i < ARRAY_SIZE(nic_data->
udp_tunnels
); ++i) {
in efx_ef10_set_udp_tnl_ports()
3812
if (nic_data->
udp_tunnels
[i].type !=
in efx_ef10_set_udp_tnl_ports()
3818
ntohs(nic_data->
udp_tunnels
[
in efx_ef10_set_udp_tnl_ports()
[all...]
H
A
D
nic.h
165
* @
udp_tunnels
: UDP tunnel port numbers and types.
167
* @
udp_tunnels
to hardware and thus the push must be re-done.
168
* @udp_tunnels_lock: Serialises writes to @
udp_tunnels
and @udp_tunnels_dirty.
201
struct efx_udp_tunnel
udp_tunnels
[16];
member
Completed in 12 milliseconds