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:bpf_dctcp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
bpf_dctcp.c
22
const char
bpf_dctcp
[] = "
bpf_dctcp
";
variable
78
(void *)
bpf_dctcp
, sizeof(
bpf_dctcp
)) == -EBUSY)
in BPF_PROG()
257
.name = "
bpf_dctcp
",
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
bpf_iter_setsockopt.c
7
#include "
bpf_dctcp
.skel.h"
44
strcmp(tcp_cc, "
bpf_dctcp
"))
in check_bpf_dctcp()
143
/* Run bpf tcp iter to switch from bpf_cubic to
bpf_dctcp
*/
in do_bpf_iter_setsockopt()
186
struct
bpf_dctcp
*dctcp_skel = NULL;
in serial_test_bpf_iter_setsockopt()
209
/* Load
bpf_dctcp
*/
in serial_test_bpf_iter_setsockopt()
H
A
D
bpf_tcp_ca.c
8
#include "
bpf_dctcp
.skel.h"
196
struct
bpf_dctcp
*dctcp_skel;
in test_dctcp()
209
do_test("
bpf_dctcp
", dctcp_skel->maps.sk_stg_map);
in test_dctcp()
266
struct
bpf_dctcp
*dctcp_skel;
in test_dctcp_fallback()
284
!ASSERT_OK(settcpca(lfd, "
bpf_dctcp
"), "lfd=>
bpf_dctcp
"))
in test_dctcp_fallback()
297
*
bpf_dctcp
->init() should fail with -EBUSY.
in test_dctcp_fallback()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H
A
D
bpf_tcp_ca.c
7
#include "
bpf_dctcp
.skel.h"
207
struct
bpf_dctcp
*dctcp_skel;
in test_dctcp()
221
do_test("
bpf_dctcp
", dctcp_skel->maps.sk_stg_map);
in test_dctcp()
Completed in 2 milliseconds