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:data_was_unread
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/
H
A
D
proto.c
998
u32
data_was_unread
= 0;
in dccp_close()
local
1022
data_was_unread
+= skb->len;
in dccp_close()
1030
if (
data_was_unread
) {
in dccp_close()
1032
DCCP_WARN("ABORT with %u bytes unread\n",
data_was_unread
);
in dccp_close()
/kernel/linux/linux-6.6/net/dccp/
H
A
D
proto.c
995
u32
data_was_unread
= 0;
in dccp_close()
local
1019
data_was_unread
+= skb->len;
in dccp_close()
1027
if (
data_was_unread
) {
in dccp_close()
1029
DCCP_WARN("ABORT with %u bytes unread\n",
data_was_unread
);
in dccp_close()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip.c
498
int
data_was_unread
= 0;
in tcp_nip_close()
local
523
data_was_unread
+= len;
in tcp_nip_close()
530
if (
data_was_unread
) {
in tcp_nip_close()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp.c
2564
int
data_was_unread
= 0;
in __tcp_close()
local
2587
data_was_unread
+= len;
in __tcp_close()
2606
} else if (
data_was_unread
) {
in __tcp_close()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp.c
2764
int
data_was_unread
= 0;
in __tcp_close()
local
2787
data_was_unread
+= len;
in __tcp_close()
2804
} else if (
data_was_unread
) {
in __tcp_close()
/kernel/linux/linux-5.10/net/sctp/
H
A
D
socket.c
1486
unsigned int
data_was_unread
;
in sctp_close()
local
1497
data_was_unread
= sctp_queue_purge_ulpevents(&sk->sk_receive_queue);
in sctp_close()
1498
data_was_unread
+= sctp_queue_purge_ulpevents(&sctp_sk(sk)->pd_lobby);
in sctp_close()
1516
if (
data_was_unread
|| !skb_queue_empty(&asoc->ulpq.lobby) ||
in sctp_close()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
socket.c
1488
unsigned int
data_was_unread
;
in sctp_close()
local
1499
data_was_unread
= sctp_queue_purge_ulpevents(&sk->sk_receive_queue);
in sctp_close()
1500
data_was_unread
+= sctp_queue_purge_ulpevents(&sctp_sk(sk)->pd_lobby);
in sctp_close()
1518
if (
data_was_unread
|| !skb_queue_empty(&asoc->ulpq.lobby) ||
in sctp_close()
Completed in 37 milliseconds