Home
last modified time | relevance | path

Searched refs:rxrpc_debug (Results 1 – 2 of 2) sorted by relevance

/linux/net/rxrpc/
A Dar-internal.h1137 extern unsigned int rxrpc_debug;
1165 if (unlikely(rxrpc_debug & RXRPC_DEBUG_KENTER)) \
1171 if (unlikely(rxrpc_debug & RXRPC_DEBUG_KLEAVE)) \
1177 if (unlikely(rxrpc_debug & RXRPC_DEBUG_KDEBUG)) \
1183 if (unlikely(rxrpc_debug & RXRPC_DEBUG_KPROTO)) \
1189 if (unlikely(rxrpc_debug & RXRPC_DEBUG_KNET)) \
A Daf_rxrpc.c30 unsigned int rxrpc_debug; // = RXRPC_DEBUG_KPROTO; variable
31 module_param_named(debug, rxrpc_debug, uint, 0644);

Completed in 10 milliseconds