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:skb_ports
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
test_select_reuseport_kern.c
113
data_check.
skb_ports
[0] = th->source;
in _select_by_skb_data()
114
data_check.
skb_ports
[1] = th->dest;
in _select_by_skb_data()
134
data_check.
skb_ports
[0] = uh->source;
in _select_by_skb_data()
135
data_check.
skb_ports
[1] = uh->dest;
in _select_by_skb_data()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
test_select_reuseport_kern.c
111
data_check.
skb_ports
[0] = th->source;
in _select_by_skb_data()
112
data_check.
skb_ports
[1] = th->dest;
in _select_by_skb_data()
132
data_check.
skb_ports
[0] = uh->source;
in _select_by_skb_data()
133
data_check.
skb_ports
[1] = uh->dest;
in _select_by_skb_data()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
test_select_reuseport_common.h
27
__u16
skb_ports
[2];
member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_select_reuseport_common.h
27
__u16
skb_ports
[2];
member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H
A
D
select_reuseport.c
283
expected.
skb_ports
[0] = cli_sa.v6.sin6_port;
in check_data()
284
expected.
skb_ports
[1] = srv_sa.v6.sin6_port;
in check_data()
291
expected.
skb_ports
[0] = cli_sa.v4.sin_port;
in check_data()
292
expected.
skb_ports
[1] = srv_sa.v4.sin_port;
in check_data()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
select_reuseport.c
274
expected.
skb_ports
[0] = cli_sa.v6.sin6_port;
in check_data()
275
expected.
skb_ports
[1] = srv_sa.v6.sin6_port;
in check_data()
282
expected.
skb_ports
[0] = cli_sa.v4.sin_port;
in check_data()
283
expected.
skb_ports
[1] = srv_sa.v4.sin_port;
in check_data()
Completed in 4 milliseconds