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:tstamp_ok
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_minisocks.c
390
mss - (ireq->
tstamp_ok
? TCPOLEN_TSTAMP_ALIGNED : 0),
in tcp_openreq_init_rwin()
509
newtp->rx_opt.
tstamp_ok
= ireq->
tstamp_ok
;
in tcp_create_openreq_child()
525
if (newtp->rx_opt.
tstamp_ok
) {
in tcp_create_openreq_child()
H
A
D
syncookies.c
388
ireq->
tstamp_ok
= tcp_opt.saw_tstamp;
in cookie_v4_check()
H
A
D
tcp_output.c
862
ireq->
tstamp_ok
&= !ireq->sack_ok;
in tcp_synack_options()
875
if (likely(ireq->
tstamp_ok
)) {
in tcp_synack_options()
883
if (unlikely(!ireq->
tstamp_ok
))
in tcp_synack_options()
934
if (likely(tp->rx_opt.
tstamp_ok
)) {
in tcp_established_options()
3593
if (unlikely(synack_type == TCP_SYNACK_COOKIE && ireq->
tstamp_ok
))
in tcp_make_synack()
H
A
D
tcp_input.c
4088
((estab && opt_rx->
tstamp_ok
) ||
in tcp_parse_options()
4185
} else if (tp->rx_opt.
tstamp_ok
&&
in tcp_fast_parse_options()
6221
tp->rx_opt.
tstamp_ok
= 1;
in tcp_rcv_synsent_state_process()
6302
tp->rx_opt.
tstamp_ok
= 1;
in tcp_rcv_synsent_state_process()
6514
if (tp->rx_opt.
tstamp_ok
)
in tcp_rcv_state_process()
6715
ireq->
tstamp_ok
= rx_opt->
tstamp_ok
;
in tcp_openreq_init()
6900
tmp_opt.
tstamp_ok
= tmp_opt.saw_tstamp;
in tcp_conn_request()
6912
if (tmp_opt.
tstamp_ok
)
in tcp_conn_request()
6946
if (!tmp_opt.
tstamp_ok
)
in tcp_conn_request()
[all...]
H
A
D
tcp.c
3021
tp->rx_opt.
tstamp_ok
= 1;
in tcp_repair_options_est()
3605
if (tp->rx_opt.
tstamp_ok
)
in tcp_get_info()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_minisocks.c
416
mss - (ireq->
tstamp_ok
? TCPOLEN_TSTAMP_ALIGNED : 0),
in tcp_openreq_init_rwin()
536
newtp->rx_opt.
tstamp_ok
= ireq->
tstamp_ok
;
in tcp_create_openreq_child()
552
if (newtp->rx_opt.
tstamp_ok
) {
in tcp_create_openreq_child()
H
A
D
syncookies.c
386
ireq->
tstamp_ok
= tcp_opt.saw_tstamp;
in cookie_v4_check()
H
A
D
tcp_output.c
872
ireq->
tstamp_ok
&= !ireq->sack_ok;
in tcp_synack_options()
885
if (likely(ireq->
tstamp_ok
)) {
in tcp_synack_options()
893
if (unlikely(!ireq->
tstamp_ok
))
in tcp_synack_options()
944
if (likely(tp->rx_opt.
tstamp_ok
)) {
in tcp_established_options()
3682
if (unlikely(synack_type == TCP_SYNACK_COOKIE && ireq->
tstamp_ok
))
in tcp_make_synack()
H
A
D
tcp_input.c
4123
((estab && opt_rx->
tstamp_ok
) ||
in tcp_parse_options()
4219
} else if (tp->rx_opt.
tstamp_ok
&&
in tcp_fast_parse_options()
6318
tp->rx_opt.
tstamp_ok
= 1;
in tcp_rcv_synsent_state_process()
6396
tp->rx_opt.
tstamp_ok
= 1;
in tcp_rcv_synsent_state_process()
6619
if (tp->rx_opt.
tstamp_ok
)
in tcp_rcv_state_process()
6825
ireq->
tstamp_ok
= rx_opt->
tstamp_ok
;
in tcp_openreq_init()
7020
tmp_opt.
tstamp_ok
= tmp_opt.saw_tstamp;
in tcp_conn_request()
7031
if (tmp_opt.
tstamp_ok
)
in tcp_conn_request()
7061
if (!tmp_opt.
tstamp_ok
)
in tcp_conn_request()
[all...]
H
A
D
tcp.c
3192
tp->rx_opt.
tstamp_ok
= 1;
in tcp_repair_options_est()
3770
if (tp->rx_opt.
tstamp_ok
)
in tcp_get_info()
/kernel/linux/linux-5.10/include/linux/
H
A
D
tcp.h
88
tstamp_ok
: 1, /* TIMESTAMP seen on SYN packet */
member
104
rx_opt->
tstamp_ok
= rx_opt->sack_ok = 0;
in tcp_clear_options()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_input.c
966
ireq->
tstamp_ok
= rx_opt->
tstamp_ok
;
in tcp_nip_openreq_init()
1058
newtp->rx_opt.
tstamp_ok
= ireq->
tstamp_ok
;
in tcp_nip_create_openreq_child()
1075
if (newtp->rx_opt.
tstamp_ok
) {
in tcp_nip_create_openreq_child()
1124
mss - (ireq->
tstamp_ok
? TCPOLEN_TSTAMP_ALIGNED : 0),
in tcp_nip_openreq_init_rwin()
1194
tmp_opt.
tstamp_ok
= tmp_opt.saw_tstamp;
in _tcp_nip_conn_request()
1948
tp->rx_opt.
tstamp_ok
= 1;
in tcp_nip_rcv_synsent_state_process()
H
A
D
tcp_nip_output.c
435
if (likely(tp->rx_opt.
tstamp_ok
)) {
in tcp_nip_established_options()
737
if (likely(ireq->
tstamp_ok
)) {
in tcp_nip_synack_options()
/kernel/linux/linux-6.6/include/linux/
H
A
D
tcp.h
118
tstamp_ok
: 1, /* TIMESTAMP seen on SYN packet */
member
134
rx_opt->
tstamp_ok
= rx_opt->sack_ok = 0;
in tcp_clear_options()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_cm.h
96
#define TSTAMP_OK(tp) ((tp)->rx_opt.
tstamp_ok
)
H
A
D
chtls_cm.c
154
tp->rx_opt.
tstamp_ok
= TCPOPT_TSTAMP_G(opt);
in assign_rxopt()
160
if (tp->rx_opt.
tstamp_ok
) {
in assign_rxopt()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_cm.h
96
#define TSTAMP_OK(tp) ((tp)->rx_opt.
tstamp_ok
)
H
A
D
chtls_cm.c
154
tp->rx_opt.
tstamp_ok
= TCPOPT_TSTAMP_G(opt);
in assign_rxopt()
160
if (tp->rx_opt.
tstamp_ok
) {
in assign_rxopt()
/kernel/linux/linux-5.10/include/net/
H
A
D
inet_sock.h
84
tstamp_ok
: 1,
member
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
syncookies.c
211
ireq->
tstamp_ok
= tcp_opt.saw_tstamp;
in cookie_v6_check()
/kernel/linux/linux-6.6/include/net/
H
A
D
inet_sock.h
84
tstamp_ok
: 1,
member
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
syncookies.c
211
ireq->
tstamp_ok
= tcp_opt.saw_tstamp;
in cookie_v6_check()
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
subflow.c
317
/* clear
tstamp_ok
, as needed depending on cookie */
in subflow_prep_synack()
319
ireq->
tstamp_ok
= 0;
in subflow_prep_synack()
Completed in 60 milliseconds