Home
last modified time | relevance | path

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

/Linux-v5.4/net/dccp/ccids/
Dccid3.c28 static bool ccid3_debug; variable
29 #define ccid3_pr_debug(format, a...) DCCP_PR_DEBUG(ccid3_debug, format, ##a)
858 module_param(ccid3_debug, bool, 0644);
859 MODULE_PARM_DESC(ccid3_debug, "Enable CCID-3 debug messages");
DKconfig46 ccid3_debug parameter to 0 or 1.