Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/ccids/
H A Dccid2.c19 static bool ccid2_debug; variable
20 #define ccid2_pr_debug(format, a...) DCCP_PR_DEBUG(ccid2_debug, format, ##a)
791 module_param(ccid2_debug, bool, 0644);
792 MODULE_PARM_DESC(ccid2_debug, "Enable CCID-2 debug messages");
H A DKconfig10 ccid2_debug parameter to 0 or 1.