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:fastopen_queue
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
request_sock.h
153
struct
fastopen_queue
{
struct
183
struct
fastopen_queue
fastopenq; /* Check max_qlen != 0 to determine
/kernel/linux/linux-6.6/include/net/
H
A
D
request_sock.h
155
struct
fastopen_queue
{
struct
185
struct
fastopen_queue
fastopenq; /* Check max_qlen != 0 to determine
/kernel/linux/linux-5.10/net/core/
H
A
D
request_sock.c
92
struct
fastopen_queue
*fastopenq;
in reqsk_fastopen_remove()
/kernel/linux/linux-6.6/net/core/
H
A
D
request_sock.c
92
struct
fastopen_queue
*fastopenq;
in reqsk_fastopen_remove()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_fastopen.c
73
struct
fastopen_queue
*q;
in tcp_fastopen_reset_cipher()
314
struct
fastopen_queue
*fastopenq;
in tcp_fastopen_queue_check()
H
A
D
tcp_ipv4.c
2592
const struct
fastopen_queue
*fastopenq = &icsk->icsk_accept_queue.fastopenq;
in get_tcp4_sock()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_fastopen.c
62
struct
fastopen_queue
*q;
in tcp_fastopen_reset_cipher()
298
struct
fastopen_queue
*fastopenq;
in tcp_fastopen_queue_check()
H
A
D
tcp_ipv4.c
2661
const struct
fastopen_queue
*fastopenq = &icsk->icsk_accept_queue.fastopenq;
in get_tcp4_sock()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
bpf_iter_tcp4.c
79
const struct
fastopen_queue
*fastopenq;
in dump_tcp_sock()
H
A
D
bpf_iter_tcp6.c
79
const struct
fastopen_queue
*fastopenq;
in dump_tcp6_sock()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
bpf_iter_tcp4.c
78
const struct
fastopen_queue
*fastopenq;
in dump_tcp_sock()
H
A
D
bpf_iter_tcp6.c
78
const struct
fastopen_queue
*fastopenq;
in dump_tcp6_sock()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
tcp_ipv6.c
1987
const struct
fastopen_queue
*fastopenq = &icsk->icsk_accept_queue.fastopenq;
in get_tcp6_sock()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
tcp_ipv6.c
2001
const struct
fastopen_queue
*fastopenq = &icsk->icsk_accept_queue.fastopenq;
in get_tcp6_sock()
Completed in 19 milliseconds