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:first_sackt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_input.c
981
u64
first_sackt
;
member
1390
if (state->
first_sackt
== 0)
in tcp_sacktag_one()
1391
state->
first_sackt
= xmit_time;
in tcp_sacktag_one()
3351
if (sack->
first_sackt
) {
in tcp_clean_rtx_queue()
3352
sack_rtt_us = tcp_stamp_us_delta(tp->tcp_mstamp, sack->
first_sackt
);
in tcp_clean_rtx_queue()
3767
sack_state.
first_sackt
= 0;
in tcp_ack()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_input.c
991
u64
first_sackt
;
member
1409
if (state->
first_sackt
== 0)
in tcp_sacktag_one()
1410
state->
first_sackt
= xmit_time;
in tcp_sacktag_one()
3382
if (sack->
first_sackt
) {
in tcp_clean_rtx_queue()
3383
sack_rtt_us = tcp_stamp_us_delta(tp->tcp_mstamp, sack->
first_sackt
);
in tcp_clean_rtx_queue()
3801
sack_state.
first_sackt
= 0;
in tcp_ack()
Completed in 21 milliseconds