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:h_outer
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
test_tc_tunnel.c
96
struct v4hdr
h_outer
;
in __encap_ipv4()
local
152
olen = sizeof(
h_outer
.ip);
in __encap_ipv4()
176
olen += sizeof(
h_outer
.l4hdr.gre);
in __encap_ipv4()
177
h_outer
.l4hdr.gre.protocol = bpf_htons(l2_proto);
in __encap_ipv4()
178
h_outer
.l4hdr.gre.flags = 0;
in __encap_ipv4()
182
olen += sizeof(
h_outer
.l4hdr.udp);
in __encap_ipv4()
183
h_outer
.l4hdr.udp.source = __bpf_constant_htons(cfg_udp_src);
in __encap_ipv4()
184
h_outer
.l4hdr.udp.dest = bpf_htons(udp_dst);
in __encap_ipv4()
185
h_outer
.l4hdr.udp.check = 0;
in __encap_ipv4()
186
h_outer
in __encap_ipv4()
264
struct v6hdr
h_outer
;
__encap_ipv6()
local
373
struct v6hdr
h_outer
;
encap_ipv6_ipip6()
local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
test_tc_tunnel.c
77
struct v4hdr
h_outer
;
in encap_ipv4()
local
132
olen = sizeof(
h_outer
.ip);
in encap_ipv4()
152
olen += sizeof(
h_outer
.l4hdr.gre);
in encap_ipv4()
153
h_outer
.l4hdr.gre.protocol = bpf_htons(l2_proto);
in encap_ipv4()
154
h_outer
.l4hdr.gre.flags = 0;
in encap_ipv4()
158
olen += sizeof(
h_outer
.l4hdr.udp);
in encap_ipv4()
159
h_outer
.l4hdr.udp.source = __bpf_constant_htons(cfg_udp_src);
in encap_ipv4()
160
h_outer
.l4hdr.udp.dest = bpf_htons(udp_dst);
in encap_ipv4()
161
h_outer
.l4hdr.udp.check = 0;
in encap_ipv4()
162
h_outer
in encap_ipv4()
222
struct v6hdr
h_outer
;
encap_ipv6()
local
[all...]
Completed in 2 milliseconds