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:suboptions
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
options.c
89
mp_opt->
suboptions
|= OPTION_MPTCP_CSUMREQD;
in mptcp_parse_option()
93
mp_opt->
suboptions
|= subopt;
in mptcp_parse_option()
108
mp_opt->
suboptions
|= OPTION_MPTCP_DSS;
in mptcp_parse_option()
117
mp_opt->
suboptions
|= OPTION_MPTCP_CSUMREQD;
in mptcp_parse_option()
127
mp_opt->
suboptions
|= OPTION_MPTCP_MPJ_SYN;
in mptcp_parse_option()
138
mp_opt->
suboptions
|= OPTION_MPTCP_MPJ_SYNACK;
in mptcp_parse_option()
149
mp_opt->
suboptions
|= OPTION_MPTCP_MPJ_ACK;
in mptcp_parse_option()
200
mp_opt->
suboptions
|= OPTION_MPTCP_DSS;
in mptcp_parse_option()
229
mp_opt->
suboptions
|= OPTION_MPTCP_CSUMREQD;
in mptcp_parse_option()
236
mp_opt->data_len, !!(mp_opt->
suboptions
in mptcp_parse_option()
[all...]
H
A
D
subflow.c
160
opt_mp_capable = !!(mp_opt.
suboptions
& OPTION_MPTCP_MPC_SYN);
in subflow_check_req()
161
opt_mp_join = !!(mp_opt.
suboptions
& OPTION_MPTCP_MPJ_SYN);
in subflow_check_req()
257
opt_mp_capable = !!(mp_opt.
suboptions
& OPTION_MPTCP_MPC_ACK);
in mptcp_subflow_init_cookie_req()
258
opt_mp_join = !!(mp_opt.
suboptions
& OPTION_MPTCP_MPJ_ACK);
in mptcp_subflow_init_cookie_req()
511
if (!(mp_opt.
suboptions
& OPTION_MPTCP_MPC_SYNACK)) {
in subflow_finish_connect()
519
if (mp_opt.
suboptions
& OPTION_MPTCP_CSUMREQD)
in subflow_finish_connect()
530
if (!(mp_opt.
suboptions
& OPTION_MPTCP_MPJ_SYNACK)) {
in subflow_finish_connect()
785
mp_opt.
suboptions
= 0;
in subflow_syn_recv_sock()
805
if (!(mp_opt.
suboptions
&
in subflow_syn_recv_sock()
811
if (!(mp_opt.
suboptions
in subflow_syn_recv_sock()
[all...]
H
A
D
protocol.h
152
u16
suboptions
;
member
H
A
D
protocol.c
3266
if (mp_opt->
suboptions
& OPTION_MPTCP_CSUMREQD)
in mptcp_sk_clone_init()
3306
if (mp_opt->
suboptions
& OPTION_MPTCP_MPC_ACK)
in mptcp_sk_clone_init()
/kernel/linux/linux-5.10/net/mptcp/
H
A
D
options.c
343
opts->
suboptions
= OPTION_MPTCP_MPC_SYN;
in mptcp_syn_options()
349
opts->
suboptions
= OPTION_MPTCP_MPJ_SYN;
in mptcp_syn_options()
425
opts->
suboptions
= OPTION_MPTCP_MPC_ACK;
in mptcp_established_options_mp()
445
opts->
suboptions
= OPTION_MPTCP_MPJ_ACK;
in mptcp_established_options_mp()
601
opts->
suboptions
|= OPTION_MPTCP_ADD_ADDR;
in mptcp_established_options_add_addr()
612
opts->
suboptions
|= OPTION_MPTCP_ADD_ADDR6;
in mptcp_established_options_add_addr()
644
opts->
suboptions
|= OPTION_MPTCP_RM_ADDR;
in mptcp_established_options_rm_addr()
659
opts->
suboptions
= 0;
in mptcp_established_options()
703
opts->
suboptions
= OPTION_MPTCP_MPC_SYNACK;
in mptcp_synack_options()
710
opts->
suboptions
in mptcp_synack_options()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
mptcp.h
38
u16
suboptions
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
mptcp.h
64
u16
suboptions
;
member
Completed in 12 milliseconds