Home
last modified time | relevance | path

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

/linux-3.3/net/dccp/ccids/
Dccid2.c32 static bool ccid2_debug; variable
33 #define ccid2_pr_debug(format, a...) DCCP_PR_DEBUG(ccid2_debug, format, ##a)
782 module_param(ccid2_debug, bool, 0644);
783 MODULE_PARM_DESC(ccid2_debug, "Enable CCID-2 debug messages");
DKconfig10 ccid2_debug parameter to 0 or 1.