Home
last modified time | relevance | path

Searched refs:RXRPC_MAXCALLS (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/rxrpc/
Dprotocol.h30 #define RXRPC_MAXCALLS 4 /* max active calls per conn */ macro
31 #define RXRPC_CHANNELMASK (RXRPC_MAXCALLS-1) /* mask for channel ID */
33 #define RXRPC_CIDSHIFT ilog2(RXRPC_MAXCALLS) /* shift for connection ID */
Dconn_event.c165 for (i = 0; i < RXRPC_MAXCALLS; i++) { in rxrpc_abort_calls()
350 for (loop = 0; loop < RXRPC_MAXCALLS; loop++) in rxrpc_process_event()
423 for (channel = 0; channel < RXRPC_MAXCALLS; channel++) { in rxrpc_process_delayed_final_acks()
Dar-internal.h411 #define RXRPC_ACTIVE_CHANS_MASK ((1 << RXRPC_MAXCALLS) - 1)
425 } channels[RXRPC_MAXCALLS];
Drxkad.c1143 for (i = 0; i < RXRPC_MAXCALLS; i++) { in rxkad_verify_response()