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:TCPCB_RETRANS
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_rate.c
96
rs->is_retrans = scb->sacked &
TCPCB_RETRANS
;
in tcp_rate_skb_delivered()
H
A
D
tcp_recovery.c
129
if (rtt_us < tcp_min_rtt(tp) && (sacked &
TCPCB_RETRANS
)) {
in tcp_rack_advance()
H
A
D
tcp_input.c
1352
if (dup_sack && (sacked &
TCPCB_RETRANS
)) {
in tcp_sacktag_one()
1379
if (!(sacked &
TCPCB_RETRANS
)) {
in tcp_sacktag_one()
2411
return (TCP_SKB_CB(skb)->sacked &
TCPCB_RETRANS
) &&
in tcp_skb_spurious_retrans()
3264
if (unlikely(sacked &
TCPCB_RETRANS
)) {
in tcp_clean_rtx_queue()
H
A
D
tcp_output.c
3298
TCP_SKB_CB(skb)->sacked |=
TCPCB_RETRANS
;
in tcp_retransmit_skb()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_rate.c
98
rs->is_retrans = scb->sacked &
TCPCB_RETRANS
;
in tcp_rate_skb_delivered()
H
A
D
tcp_recovery.c
124
if (rtt_us < tcp_min_rtt(tp) && (sacked &
TCPCB_RETRANS
)) {
in tcp_rack_advance()
H
A
D
tcp_input.c
1371
if (dup_sack && (sacked &
TCPCB_RETRANS
)) {
in tcp_sacktag_one()
1398
if (!(sacked &
TCPCB_RETRANS
)) {
in tcp_sacktag_one()
2430
return (TCP_SKB_CB(skb)->sacked &
TCPCB_RETRANS
) &&
in tcp_skb_spurious_retrans()
3296
if (unlikely(sacked &
TCPCB_RETRANS
)) {
in tcp_clean_rtx_queue()
H
A
D
tcp_output.c
3388
TCP_SKB_CB(skb)->sacked |=
TCPCB_RETRANS
;
in tcp_retransmit_skb()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_output.c
1203
TCP_SKB_CB(skb)->sacked |=
TCPCB_RETRANS
;
in tcp_nip_retransmit_skb()
/kernel/linux/linux-5.10/include/net/
H
A
D
tcp.h
855
#define
TCPCB_RETRANS
(TCPCB_SACKED_RETRANS|TCPCB_EVER_RETRANS| \
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
tcp.h
880
#define
TCPCB_RETRANS
(TCPCB_SACKED_RETRANS|TCPCB_EVER_RETRANS| \
macro
Completed in 39 milliseconds