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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid3.c41 static int ccid3_debug; variable
42 #define ccid3_pr_debug(format, a...) DCCP_PR_DEBUG(ccid3_debug, format, ##a)
939 module_param(ccid3_debug, bool, 0644);
940 MODULE_PARM_DESC(ccid3_debug, "Enable CCID-3 debug messages");

Completed in 65 milliseconds