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:sk_stream_wspace
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_io.c
1191
(
sk_stream_wspace
(sk) < sk_stream_min_wspace(sk)))
in chtls_sendmsg()
1304
(
sk_stream_wspace
(sk) < sk_stream_min_wspace(sk)))
in chtls_sendpage()
/kernel/linux/linux-5.10/include/net/
H
A
D
sock.h
981
static inline int
sk_stream_wspace
(const struct sock *sk)
in sk_stream_wspace()
function
1333
return
sk_stream_wspace
(sk) >= sk_stream_min_wspace(sk) &&
in __sk_stream_is_writeable()
/kernel/linux/linux-6.6/include/net/
H
A
D
sock.h
1046
static inline int
sk_stream_wspace
(const struct sock *sk)
in sk_stream_wspace()
function
1404
return
sk_stream_wspace
(sk) >= sk_stream_min_wspace(sk) &&
in __sk_stream_is_writeable()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_io.c
1204
(
sk_stream_wspace
(sk) < sk_stream_min_wspace(sk)))
in chtls_sendmsg()
/kernel/linux/linux-5.10/net/mptcp/
H
A
D
protocol.c
1159
sk_stream_wspace
(msk->last_snd));
in mptcp_subflow_get_send()
/kernel/linux/linux-5.10/net/sctp/
H
A
D
socket.c
110
:
sk_stream_wspace
(sk);
in sctp_wspace()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
socket.c
112
:
sk_stream_wspace
(sk);
in sctp_wspace()
Completed in 37 milliseconds