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:dest_srx
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
recvmsg.c
397
size_t len = sizeof(call->
dest_srx
);
in rxrpc_recvmsg()
399
memcpy(msg->msg_name, &call->
dest_srx
, len);
in rxrpc_recvmsg()
528
*_service = call->
dest_srx
.srx_service;
in rxrpc_kernel_recv_data()
H
A
D
txbuf.c
46
txb->wire.serviceId = htons(call->
dest_srx
.srx_service);
in rxrpc_alloc_txbuf()
H
A
D
proc.c
76
sprintf(rbuff, "%pISpc", &call->
dest_srx
.transport);
in rxrpc_call_seq_show()
90
call->
dest_srx
.srx_service,
in rxrpc_call_seq_show()
H
A
D
call_object.c
214
call->
dest_srx
= *srx;
in rxrpc_alloc_client_call()
309
call->peer = rxrpc_lookup_peer(local, &call->
dest_srx
, gfp);
in rxrpc_connect_call()
461
call->
dest_srx
.srx_service = sp->hdr.serviceId;
in rxrpc_incoming_call()
H
A
D
conn_client.c
87
bundle->service_id = call->
dest_srx
.srx_service;
in rxrpc_alloc_bundle()
428
call->
dest_srx
.srx_service = conn->service_id;
in rxrpc_activate_one_channel()
H
A
D
call_accept.c
312
call->
dest_srx
= peer->srx;
in rxrpc_alloc_incoming_call()
H
A
D
input.c
1042
if (sp->hdr.serviceId != call->
dest_srx
.srx_service)
in rxrpc_input_call_packet()
1043
call->
dest_srx
.srx_service = sp->hdr.serviceId;
in rxrpc_input_call_packet()
H
A
D
output.c
299
pkt.whdr.serviceId = htons(call->
dest_srx
.srx_service);
in rxrpc_send_abort_packet()
H
A
D
ar-internal.h
616
struct sockaddr_rxrpc
dest_srx
; /* Destination address */
member
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
rxrpc.h
1669
__entry->srx = call->
dest_srx
;
Completed in 11 milliseconds