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:out_clientflag
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
txbuf.c
42
txb->wire.flags = call->conn->
out_clientflag
;
in rxrpc_alloc_txbuf()
H
A
D
conn_service.c
162
conn->
out_clientflag
= 0;
in rxrpc_new_incoming_connection()
H
A
D
output.c
295
pkt.whdr.flags = conn->
out_clientflag
;
in rxrpc_send_abort_packet()
546
whdr.flags = conn->
out_clientflag
;
in rxrpc_send_conn_abort()
H
A
D
conn_event.c
136
pkt.whdr.flags = conn->
out_clientflag
;
in rxrpc_conn_retransmit_call()
H
A
D
ar-internal.h
522
u8
out_clientflag
; /* RXRPC_CLIENT_INITIATED if we are client */
member
1028
return conn->
out_clientflag
;
in rxrpc_conn_is_client()
H
A
D
rxkad.c
654
whdr.flags = conn->
out_clientflag
;
in rxkad_issue_challenge()
711
whdr.flags = conn->
out_clientflag
;
in rxkad_send_response()
H
A
D
conn_client.c
168
conn->
out_clientflag
= RXRPC_CLIENT_INITIATED;
in rxrpc_alloc_client_connection()
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
conn_event.c
81
pkt.whdr.flags = conn->
out_clientflag
;
in rxrpc_conn_retransmit_call()
235
whdr.flags = conn->
out_clientflag
;
in rxrpc_abort_connection()
H
A
D
conn_service.c
172
conn->
out_clientflag
= 0;
in rxrpc_new_incoming_connection()
H
A
D
ar-internal.h
452
u8
out_clientflag
; /* RXRPC_CLIENT_INITIATED if we are client */
member
852
return conn->
out_clientflag
;
in rxrpc_conn_is_client()
H
A
D
output.c
212
pkt->whdr.flags = RXRPC_SLOW_START_OK | conn->
out_clientflag
;
in rxrpc_send_ack_packet()
321
pkt.whdr.flags = conn->
out_clientflag
;
in rxrpc_send_abort_packet()
H
A
D
rxkad.c
675
whdr.flags = conn->
out_clientflag
;
in rxkad_issue_challenge()
733
whdr.flags = conn->
out_clientflag
;
in rxkad_send_response()
H
A
D
sendmsg.c
441
sp->hdr.flags = conn->
out_clientflag
;
in rxrpc_send_data()
H
A
D
conn_client.c
181
conn->
out_clientflag
= RXRPC_CLIENT_INITIATED;
in rxrpc_alloc_client_connection()
Completed in 17 milliseconds