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:recvmsg_queue
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
recvmsg.c
117
skb = skb_dequeue(&call->
recvmsg_queue
);
in rxrpc_rotate_rx_window()
192
skb = skb_peek(&call->
recvmsg_queue
);
in rxrpc_recvmsg_data()
254
skb = skb_peek_next(skb, &call->
recvmsg_queue
);
in rxrpc_recvmsg_data()
345
skb_queue_empty(&call->
recvmsg_queue
)) {
in rxrpc_recvmsg()
413
skb_queue_empty(&call->
recvmsg_queue
))
in rxrpc_recvmsg()
418
if (!skb_queue_empty(&call->
recvmsg_queue
))
in rxrpc_recvmsg()
423
rxrpc_purge_queue(&call->
recvmsg_queue
);
in rxrpc_recvmsg()
H
A
D
input.c
358
__skb_queue_tail(&call->
recvmsg_queue
, skb);
in rxrpc_input_queue_data()
437
spin_lock(&call->
recvmsg_queue
.lock);
in rxrpc_input_data_one()
459
spin_unlock(&call->
recvmsg_queue
.lock);
in rxrpc_input_data_one()
H
A
D
call_object.c
160
skb_queue_head_init(&call->
recvmsg_queue
);
in rxrpc_alloc_call()
548
rxrpc_purge_queue(&call->
recvmsg_queue
);
in rxrpc_cleanup_ring()
H
A
D
af_rxrpc.c
402
return !skb_queue_empty(&call->
recvmsg_queue
);
in rxrpc_kernel_check_life()
H
A
D
ar-internal.h
678
struct sk_buff_head
recvmsg_queue
; /* Queue of packets ready for recvmsg() */
member
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
transport_rdma.c
129
struct list_head
recvmsg_queue
;
member
256
if (!list_empty(&t->
recvmsg_queue
)) {
in get_free_recvmsg()
257
recvmsg = list_first_entry(&t->
recvmsg_queue
,
in get_free_recvmsg()
273
list_add(&recvmsg->list, &t->
recvmsg_queue
);
in put_recvmsg()
385
INIT_LIST_HEAD(&t->
recvmsg_queue
);
in alloc_transport()
1852
INIT_LIST_HEAD(&t->
recvmsg_queue
);
in smb_direct_create_pools()
1859
list_add(&recvmsg->list, &t->
recvmsg_queue
);
in smb_direct_create_pools()
Completed in 10 milliseconds