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:smc_ok
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
tcp.h
92
smc_ok
: 1, /* SMC seen on SYN packet */
member
107
rx_opt->
smc_ok
= 0;
in tcp_clear_options()
/kernel/linux/linux-6.6/include/linux/
H
A
D
tcp.h
122
smc_ok
: 1, /* SMC seen on SYN packet */
member
137
rx_opt->
smc_ok
= 0;
in tcp_clear_options()
/kernel/linux/linux-5.10/include/net/
H
A
D
inet_sock.h
90
smc_ok
: 1;
member
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
syncookies.c
219
ireq->
smc_ok
= 0;
in cookie_v6_check()
/kernel/linux/linux-6.6/include/net/
H
A
D
inet_sock.h
90
smc_ok
: 1;
member
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
syncookies.c
219
ireq->
smc_ok
= 0;
in cookie_v6_check()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
syncookies.c
394
ireq->
smc_ok
= 0;
in cookie_v4_check()
H
A
D
tcp_minisocks.c
444
if (oldtp->syn_smc && !ireq->
smc_ok
)
in smc_check_reset_syn_req()
H
A
D
tcp_input.c
3973
opt_rx->
smc_ok
= 1;
in smc_parse_options()
6107
if (tp->syn_smc && !tp->rx_opt.
smc_ok
)
in smc_check_reset_syn()
6725
ireq->
smc_ok
= rx_opt->
smc_ok
;
in tcp_openreq_init()
6898
tmp_opt.
smc_ok
= 0;
in tcp_conn_request()
H
A
D
tcp_output.c
729
if (tp->syn_smc && ireq->
smc_ok
) {
in smc_set_option_cond()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
syncookies.c
392
ireq->
smc_ok
= 0;
in cookie_v4_check()
H
A
D
tcp_minisocks.c
470
if (oldtp->syn_smc && !ireq->
smc_ok
)
in smc_check_reset_syn_req()
H
A
D
tcp_input.c
4007
opt_rx->
smc_ok
= 1;
in smc_parse_options()
6200
if (tp->syn_smc && !tp->rx_opt.
smc_ok
)
in smc_check_reset_syn()
6835
ireq->
smc_ok
= rx_opt->
smc_ok
&& !(tcp_sk(sk)->smc_hs_congested &&
in tcp_openreq_init()
7018
tmp_opt.
smc_ok
= 0;
in tcp_conn_request()
H
A
D
tcp_output.c
739
if (tp->syn_smc && ireq->
smc_ok
) {
in smc_set_option_cond()
Completed in 37 milliseconds