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:N_LISTEN
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
tcp_fastopen_backup_key.c
33
#define
N_LISTEN
10
macro
45
static int rcv_fds[
N_LISTEN
];
125
for (i = 0; i <
N_LISTEN
; i++) {
in build_rcv_fd()
206
for (i = 0; i <
N_LISTEN
; i++) {
in is_listen_fd()
221
if (iter <
N_LISTEN
) {
in rotate_key()
238
if (++iter >= (
N_LISTEN
* 2))
in rotate_key()
257
for (i = 0; i <
N_LISTEN
; i++) {
in run_one_test()
266
if (++rotate_key_fd >=
N_LISTEN
)
in run_one_test()
292
for (i = 0; i <
N_LISTEN
; i++)
in run_one_test()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
tcp_fastopen_backup_key.c
35
#define
N_LISTEN
10
macro
43
static int rcv_fds[
N_LISTEN
];
123
for (i = 0; i <
N_LISTEN
; i++) {
in build_rcv_fd()
204
for (i = 0; i <
N_LISTEN
; i++) {
in is_listen_fd()
219
if (iter <
N_LISTEN
) {
in rotate_key()
236
if (++iter >= (
N_LISTEN
* 2))
in rotate_key()
255
for (i = 0; i <
N_LISTEN
; i++) {
in run_one_test()
264
if (++rotate_key_fd >=
N_LISTEN
)
in run_one_test()
290
for (i = 0; i <
N_LISTEN
; i++)
in run_one_test()
Completed in 2 milliseconds