Searched refs:ccid3_debug (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ccids/ |
H A D | ccid3.c | 28 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");
|
/kernel/linux/linux-6.6/net/dccp/ccids/ |
H A D | ccid3.c | 28 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");
|
Completed in 3 milliseconds