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:cong_win
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_output.c
2180
u32 send_win,
cong_win
, limit, in_flight;
in tcp_tso_should_defer()
local
2206
cong_win
= (tp->snd_cwnd - in_flight) * tp->mss_cache;
in tcp_tso_should_defer()
2208
limit = min(send_win,
cong_win
);
in tcp_tso_should_defer()
2253
if (
cong_win
< send_win) {
in tcp_tso_should_defer()
2254
if (
cong_win
<= skb->len) {
in tcp_tso_should_defer()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_output.c
2185
u32 send_win,
cong_win
, limit, in_flight;
in tcp_tso_should_defer()
local
2211
cong_win
= (tcp_snd_cwnd(tp) - in_flight) * tp->mss_cache;
in tcp_tso_should_defer()
2213
limit = min(send_win,
cong_win
);
in tcp_tso_should_defer()
2258
if (
cong_win
< send_win) {
in tcp_tso_should_defer()
2259
if (
cong_win
<= skb->len) {
in tcp_tso_should_defer()
Completed in 11 milliseconds