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_CIDSHIFT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
protocol.h
29
#define
RXRPC_CIDSHIFT
ilog2(RXRPC_MAXCALLS) /* shift for connection ID */
macro
30
#define RXRPC_CID_INC (1 <<
RXRPC_CIDSHIFT
) /* connection ID increment */
H
A
D
conn_client.c
71
conn->proto.cid = id <<
RXRPC_CIDSHIFT
;
in rxrpc_get_client_connection_id()
91
conn->proto.cid >>
RXRPC_CIDSHIFT
);
in rxrpc_put_client_connection_id()
252
id = conn->proto.cid >>
RXRPC_CIDSHIFT
;
in rxrpc_may_reuse_conn()
H
A
D
conn_object.c
117
sp->hdr.cid >>
RXRPC_CIDSHIFT
);
in rxrpc_find_connection_rcu()
H
A
D
rxkad.c
309
x = (call->cid & RXRPC_CHANNELMASK) << (32 -
RXRPC_CIDSHIFT
);
in rxkad_secure_packet()
552
x = (call->cid & RXRPC_CHANNELMASK) << (32 -
RXRPC_CIDSHIFT
);
in rxkad_verify_packet()
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
protocol.h
29
#define
RXRPC_CIDSHIFT
ilog2(RXRPC_MAXCALLS) /* shift for connection ID */
macro
30
#define RXRPC_CID_INC (1 <<
RXRPC_CIDSHIFT
) /* connection ID increment */
H
A
D
conn_client.c
48
idr_remove(&local->conn_ids, conn->proto.cid >>
RXRPC_CIDSHIFT
);
in rxrpc_put_client_connection_id()
166
conn->proto.cid = id <<
RXRPC_CIDSHIFT
;
in rxrpc_alloc_client_connection()
223
id = conn->proto.cid >>
RXRPC_CIDSHIFT
;
in rxrpc_may_reuse_conn()
H
A
D
conn_object.c
107
conn = idr_find(&local->conn_ids, sp->hdr.cid >>
RXRPC_CIDSHIFT
);
in rxrpc_find_client_connection_rcu()
H
A
D
rxkad.c
365
x = (ntohl(txb->wire.cid) & RXRPC_CHANNELMASK) << (32 -
RXRPC_CIDSHIFT
);
in rxkad_secure_packet()
578
x = (call->cid & RXRPC_CHANNELMASK) << (32 -
RXRPC_CIDSHIFT
);
in rxkad_verify_packet()
Completed in 8 milliseconds