Home
last modified time | relevance | path

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

/linux/net/dccp/ccids/
H A Dccid3.c28 static bool ccid3_debug; variable
29 #define ccid3_pr_debug(format, a...) DCCP_PR_DEBUG(ccid3_debug, format, ##a)
864 module_param(ccid3_debug, bool, 0644);
865 MODULE_PARM_DESC(ccid3_debug, "Enable CCID-3 debug messages");
H A DKconfig46 ccid3_debug parameter to 0 or 1.