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:rcvr_key
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
options.c
99
mp_opt->
rcvr_key
= get_unaligned_be64(ptr);
in mptcp_parse_option()
122
mp_opt->
rcvr_key
, mp_opt->data_len, mp_opt->csum);
in mptcp_parse_option()
329
mp_opt->
rcvr_key
= get_unaligned_be64(ptr);
in mptcp_parse_option()
332
pr_debug("MP_FASTCLOSE: recv_key=%llu", mp_opt->
rcvr_key
);
in mptcp_parse_option()
480
opts->
rcvr_key
= subflow->remote_key;
in mptcp_established_options_mp()
795
opts->
rcvr_key
= msk->remote_key;
in mptcp_established_options_fastclose()
797
pr_debug("FASTCLOSE key=%llu", opts->
rcvr_key
);
in mptcp_established_options_fastclose()
1151
msk->local_key == mp_opt.
rcvr_key
) {
in mptcp_incoming_options()
1469
put_unaligned_be64(opts->
rcvr_key
, ptr);
in mptcp_write_options()
1573
put_unaligned_be64(opts->
rcvr_key
, pt
in mptcp_write_options()
[all...]
H
A
D
protocol.h
146
u64
rcvr_key
;
member
H
A
D
subflow.c
266
subflow_req->local_key = mp_opt.
rcvr_key
;
in mptcp_subflow_init_cookie_req()
/kernel/linux/linux-5.10/net/mptcp/
H
A
D
options.c
83
mp_opt->
rcvr_key
= get_unaligned_be64(ptr);
in mptcp_parse_option()
101
mp_opt->
rcvr_key
, mp_opt->data_len);
in mptcp_parse_option()
427
opts->
rcvr_key
= subflow->remote_key;
in mptcp_established_options_mp()
1009
put_unaligned_be64(opts->
rcvr_key
, ptr);
in mptcp_write_options()
H
A
D
protocol.h
97
u64
rcvr_key
;
member
H
A
D
subflow.c
209
subflow_req->local_key = mp_opt.
rcvr_key
;
in mptcp_subflow_init_cookie_req()
/kernel/linux/linux-5.10/include/net/
H
A
D
mptcp.h
40
u64
rcvr_key
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
mptcp.h
75
u64
rcvr_key
;
member
Completed in 13 milliseconds