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:TCP_NAGLE_CORK
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_tx.c
128
return (tp->nonagle &
TCP_NAGLE_CORK
) ? true : false;
in smc_tx_is_corked()
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_tx.c
131
return (tp->nonagle &
TCP_NAGLE_CORK
) ? true : false;
in smc_tx_is_corked()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp.c
752
nonagle =
TCP_NAGLE_CORK
;
in tcp_push()
3058
tp->nonagle |=
TCP_NAGLE_CORK
;
in __tcp_sock_set_cork()
3060
tp->nonagle &= ~
TCP_NAGLE_CORK
;
in __tcp_sock_set_cork()
3800
val = !!(tp->nonagle&
TCP_NAGLE_CORK
);
in do_tcp_getsockopt()
H
A
D
tcp_output.c
1957
((nonagle &
TCP_NAGLE_CORK
) ||
in tcp_nagle_check()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp.c
735
nonagle =
TCP_NAGLE_CORK
;
in tcp_push()
3229
tp->nonagle |=
TCP_NAGLE_CORK
;
in __tcp_sock_set_cork()
3231
tp->nonagle &= ~
TCP_NAGLE_CORK
;
in __tcp_sock_set_cork()
3988
val = !!(tp->nonagle&
TCP_NAGLE_CORK
);
in do_tcp_getsockopt()
H
A
D
tcp_output.c
1958
((nonagle &
TCP_NAGLE_CORK
) ||
in tcp_nagle_check()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_cm.c
290
if (tp->nonagle &
TCP_NAGLE_CORK
) {
in tcp_uncork()
291
tp->nonagle &= ~
TCP_NAGLE_CORK
;
in tcp_uncork()
H
A
D
chtls_io.c
754
return (flags & MSG_MORE) || (tp->nonagle &
TCP_NAGLE_CORK
);
in corked()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_cm.c
290
if (tp->nonagle &
TCP_NAGLE_CORK
) {
in tcp_uncork()
291
tp->nonagle &= ~
TCP_NAGLE_CORK
;
in tcp_uncork()
H
A
D
chtls_io.c
754
return (flags & MSG_MORE) || (tp->nonagle &
TCP_NAGLE_CORK
);
in corked()
/kernel/linux/linux-5.10/include/net/
H
A
D
tcp.h
229
#define
TCP_NAGLE_CORK
2 /* Socket is corked */
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
tcp.h
225
#define
TCP_NAGLE_CORK
2 /* Socket is corked */
macro
Completed in 39 milliseconds