Home
last modified time | relevance | path

Searched refs:rxrpc_debug_id (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/include/net/
Daf_rxrpc.h28 extern atomic_t rxrpc_debug_id;
/linux-6.1.9/net/rxrpc/
Dlocal_object.c94 local->debug_id = atomic_inc_return(&rxrpc_debug_id); in rxrpc_alloc_local()
Daf_rxrpc.c38 atomic_t rxrpc_debug_id; variable
39 EXPORT_SYMBOL(rxrpc_debug_id);
Dconn_object.c51 conn->debug_id = atomic_inc_return(&rxrpc_debug_id); in rxrpc_alloc_connection()
Dpeer_object.c226 peer->debug_id = atomic_inc_return(&rxrpc_debug_id); in rxrpc_alloc_peer()
Dcall_accept.c457 atomic_inc_return(&rxrpc_debug_id)); in rxrpc_user_charge_accept()
Dsendmsg.c633 atomic_inc_return(&rxrpc_debug_id)); in rxrpc_new_client_call_for_sendmsg()
/linux-6.1.9/fs/afs/
Drxrpc.c147 call->debug_id = atomic_inc_return(&rxrpc_debug_id); in afs_alloc_call()
/linux-6.1.9/Documentation/networking/
Drxrpc.rst845 obtained by atomically incrementing rxrpc_debug_id.