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:rxrpc_put_peer
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
peer_event.c
200
rxrpc_put_peer
(peer);
in rxrpc_error_report()
208
rxrpc_put_peer
(peer);
in rxrpc_error_report()
H
A
D
conn_object.c
369
rxrpc_put_peer
(conn->params.peer);
in rxrpc_destroy_connection()
H
A
D
peer_object.c
435
void
rxrpc_put_peer
(struct rxrpc_peer *peer)
in rxrpc_put_peer()
function
H
A
D
call_object.c
658
rxrpc_put_peer
(call->peer);
in rxrpc_destroy_call()
H
A
D
ar-internal.h
988
void
rxrpc_put_peer
(struct rxrpc_peer *);
H
A
D
af_rxrpc.c
330
rxrpc_put_peer
(cp.peer);
in rxrpc_kernel_begin_call()
H
A
D
sendmsg.c
653
rxrpc_put_peer
(cp.peer);
H
A
D
conn_client.c
143
rxrpc_put_peer
(bundle->params.peer);
in rxrpc_free_bundle()
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
peer_event.c
166
rxrpc_put_peer
(peer, rxrpc_peer_put_input_error);
in rxrpc_input_error()
278
rxrpc_put_peer
(peer, rxrpc_peer_put_keepalive);
in rxrpc_peer_keepalive_dispatch()
H
A
D
io_thread.c
309
rxrpc_put_peer
(peer, rxrpc_peer_put_input);
in rxrpc_input_packet()
H
A
D
conn_object.c
335
rxrpc_put_peer
(conn->peer, rxrpc_peer_put_conn);
in rxrpc_clean_up_connection()
H
A
D
peer_object.c
423
void
rxrpc_put_peer
(struct rxrpc_peer *peer, enum rxrpc_peer_trace why)
in rxrpc_put_peer()
function
H
A
D
conn_client.c
112
rxrpc_put_peer
(bundle->peer, rxrpc_peer_put_bundle);
in rxrpc_free_bundle()
H
A
D
call_object.c
705
rxrpc_put_peer
(call->peer, rxrpc_peer_put_call);
in rxrpc_destroy_call()
H
A
D
ar-internal.h
1187
void
rxrpc_put_peer
(struct rxrpc_peer *, enum rxrpc_peer_trace);
Completed in 17 milliseconds