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:outer_ip
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_txrx_lib.c
59
if (decoded.
outer_ip
== ICE_RX_PTYPE_OUTER_L2)
in ice_ptype_to_htype()
124
if (!(decoded.known && decoded.
outer_ip
))
in ice_rx_csum()
127
ipv4 = (decoded.
outer_ip
== ICE_RX_PTYPE_OUTER_IP) &&
in ice_rx_csum()
129
ipv6 = (decoded.
outer_ip
== ICE_RX_PTYPE_OUTER_IP) &&
in ice_rx_csum()
H
A
D
ice_lan_tx_rx.h
165
u32
outer_ip
:1;
member
670
* ELSE IF ice_ptype_lkup[ptype].
outer_ip
== ICE_RX_PTYPE_OUTER_IP
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_txrx_lib.c
107
if (!(decoded.known && decoded.
outer_ip
))
in ice_rx_csum()
110
ipv4 = (decoded.
outer_ip
== ICE_RX_PTYPE_OUTER_IP) &&
in ice_rx_csum()
112
ipv6 = (decoded.
outer_ip
== ICE_RX_PTYPE_OUTER_IP) &&
in ice_rx_csum()
H
A
D
ice_lan_tx_rx.h
144
u32
outer_ip
:1;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H
A
D
iavf_txrx.c
976
/* both known and
outer_ip
must be set for the below code to work */
in iavf_rx_checksum()
977
if (!(decoded.known && decoded.
outer_ip
))
in iavf_rx_checksum()
980
ipv4 = (decoded.
outer_ip
== IAVF_RX_PTYPE_OUTER_IP) &&
in iavf_rx_checksum()
982
ipv6 = (decoded.
outer_ip
== IAVF_RX_PTYPE_OUTER_IP) &&
in iavf_rx_checksum()
1037
if (decoded.
outer_ip
== IAVF_RX_PTYPE_OUTER_IP &&
in iavf_ptype_to_htype()
1040
else if (decoded.
outer_ip
== IAVF_RX_PTYPE_OUTER_IP &&
in iavf_ptype_to_htype()
H
A
D
iavf_type.h
375
u32
outer_ip
:1;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H
A
D
iavf_txrx.c
1010
/* both known and
outer_ip
must be set for the below code to work */
in iavf_rx_checksum()
1011
if (!(decoded.known && decoded.
outer_ip
))
in iavf_rx_checksum()
1014
ipv4 = (decoded.
outer_ip
== IAVF_RX_PTYPE_OUTER_IP) &&
in iavf_rx_checksum()
1016
ipv6 = (decoded.
outer_ip
== IAVF_RX_PTYPE_OUTER_IP) &&
in iavf_rx_checksum()
1071
if (decoded.
outer_ip
== IAVF_RX_PTYPE_OUTER_IP &&
in iavf_ptype_to_htype()
1074
else if (decoded.
outer_ip
== IAVF_RX_PTYPE_OUTER_IP &&
in iavf_ptype_to_htype()
H
A
D
iavf_type.h
374
u32
outer_ip
:1;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_txrx.c
1646
/* both known and
outer_ip
must be set for the below code to work */
in i40e_rx_checksum()
1647
if (!(decoded.known && decoded.
outer_ip
))
in i40e_rx_checksum()
1650
ipv4 = (decoded.
outer_ip
== I40E_RX_PTYPE_OUTER_IP) &&
in i40e_rx_checksum()
1652
ipv6 = (decoded.
outer_ip
== I40E_RX_PTYPE_OUTER_IP) &&
in i40e_rx_checksum()
1714
if (decoded.
outer_ip
== I40E_RX_PTYPE_OUTER_IP &&
in i40e_ptype_to_htype()
1717
else if (decoded.
outer_ip
== I40E_RX_PTYPE_OUTER_IP &&
in i40e_ptype_to_htype()
H
A
D
i40e_type.h
808
u32
outer_ip
:1;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_txrx.c
1778
/* both known and
outer_ip
must be set for the below code to work */
in i40e_rx_checksum()
1779
if (!(decoded.known && decoded.
outer_ip
))
in i40e_rx_checksum()
1782
ipv4 = (decoded.
outer_ip
== I40E_RX_PTYPE_OUTER_IP) &&
in i40e_rx_checksum()
1784
ipv6 = (decoded.
outer_ip
== I40E_RX_PTYPE_OUTER_IP) &&
in i40e_rx_checksum()
1846
if (decoded.
outer_ip
== I40E_RX_PTYPE_OUTER_IP &&
in i40e_ptype_to_htype()
1849
else if (decoded.
outer_ip
== I40E_RX_PTYPE_OUTER_IP &&
in i40e_ptype_to_htype()
H
A
D
i40e_type.h
807
u32
outer_ip
:1;
member
Completed in 32 milliseconds