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:lrcvtime
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
dccp.h
267
#define dccps_syn_rtt dccps_inet_connection.icsk_ack.
lrcvtime
/kernel/linux/linux-6.6/include/linux/
H
A
D
dccp.h
267
#define dccps_syn_rtt dccps_inet_connection.icsk_ack.
lrcvtime
/kernel/linux/linux-5.10/include/net/
H
A
D
inet_connection_sock.h
130
__u32
lrcvtime
; /* timestamp of last received data packet */
member
H
A
D
tcp.h
1501
return min_t(u32, tcp_jiffies32 - icsk->icsk_ack.
lrcvtime
,
in keepalive_time_elapsed()
/kernel/linux/linux-6.6/include/net/
H
A
D
inet_connection_sock.h
119
__u32
lrcvtime
; /* timestamp of last received data packet */
member
H
A
D
tcp.h
1583
return min_t(u32, tcp_jiffies32 - icsk->icsk_ack.
lrcvtime
,
in keepalive_time_elapsed()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_input.c
581
icsk->icsk_ack.
lrcvtime
= tcp_jiffies32;
in tcp_nip_data_queue()
1029
newicsk->icsk_ack.
lrcvtime
= tcp_jiffies32;
in tcp_nip_create_openreq_child()
1872
icsk->icsk_ack.
lrcvtime
= tcp_jiffies32;
in tcp_nip_finish_connect()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_minisocks.c
496
newicsk->icsk_ack.
lrcvtime
= tcp_jiffies32;
in tcp_create_openreq_child()
H
A
D
tcp_input.c
801
int m = now - icsk->icsk_ack.
lrcvtime
;
in tcp_event_data_recv()
818
icsk->icsk_ack.
lrcvtime
= now;
in tcp_event_data_recv()
6014
icsk->icsk_ack.
lrcvtime
= tcp_jiffies32;
in tcp_finish_connect()
H
A
D
tcp_output.c
177
if ((u32)(now - icsk->icsk_ack.
lrcvtime
) < icsk->icsk_ack.ato)
in tcp_event_data_sent()
H
A
D
tcp.c
3635
info->tcpi_last_data_recv = jiffies_to_msecs(now - icsk->icsk_ack.
lrcvtime
);
in tcp_get_info()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_minisocks.c
523
newicsk->icsk_ack.
lrcvtime
= tcp_jiffies32;
in tcp_create_openreq_child()
H
A
D
tcp_input.c
812
int m = now - icsk->icsk_ack.
lrcvtime
;
in tcp_event_data_recv()
828
icsk->icsk_ack.
lrcvtime
= now;
in tcp_event_data_recv()
6109
icsk->icsk_ack.
lrcvtime
= tcp_jiffies32;
in tcp_finish_connect()
H
A
D
tcp_output.c
175
if ((u32)(now - icsk->icsk_ack.
lrcvtime
) < icsk->icsk_ack.ato)
in tcp_event_data_sent()
H
A
D
tcp.c
3801
info->tcpi_last_data_recv = jiffies_to_msecs(now - icsk->icsk_ack.
lrcvtime
);
in tcp_get_info()
Completed in 55 milliseconds