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_tnl_has_port
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
efx_common.c
1307
if (WARN_ON_ONCE(!efx->type->
udp_tnl_has_port
))
in efx_can_encap_offloads()
1350
return efx->type->
udp_tnl_has_port
(efx, dst_port);
in efx_can_encap_offloads()
H
A
D
net_driver.h
1315
* @
udp_tnl_has_port
: Check if a port has been added as UDP tunnel
1490
bool (*
udp_tnl_has_port
)(struct efx_nic *efx, __be16 port);
member
H
A
D
ef10.c
4207
.
udp_tnl_has_port
= efx_ef10_udp_tnl_has_port,
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
efx_common.c
1301
if (WARN_ON_ONCE(!efx->type->
udp_tnl_has_port
))
in efx_can_encap_offloads()
1344
return efx->type->
udp_tnl_has_port
(efx, dst_port);
in efx_can_encap_offloads()
H
A
D
net_driver.h
1327
* @
udp_tnl_has_port
: Check if a port has been added as UDP tunnel
1501
bool (*
udp_tnl_has_port
)(struct efx_nic *efx, __be16 port);
member
H
A
D
ef10.c
4264
.
udp_tnl_has_port
= efx_ef10_udp_tnl_has_port,
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
efx_common.c
1318
if (WARN_ON_ONCE(!efx->type->
udp_tnl_has_port
))
in efx_can_encap_offloads()
1361
return efx->type->
udp_tnl_has_port
(efx, dst_port);
in efx_can_encap_offloads()
H
A
D
net_driver.h
1276
* @
udp_tnl_has_port
: Check if a port has been added as UDP tunnel
1454
bool (*
udp_tnl_has_port
)(struct efx_nic *efx, __be16 port);
member
Completed in 25 milliseconds