Searched refs:tfrc_debug (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ccids/lib/ |
H A D | tfrc.c | 12 bool tfrc_debug; variable 13 module_param(tfrc_debug, bool, 0644); 14 MODULE_PARM_DESC(tfrc_debug, "Enable TFRC debug messages");
|
H A D | tfrc.h | 20 extern bool tfrc_debug; 21 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a)
|
/kernel/linux/linux-6.6/net/dccp/ccids/lib/ |
H A D | tfrc.c | 12 bool tfrc_debug; variable 13 module_param(tfrc_debug, bool, 0644); 14 MODULE_PARM_DESC(tfrc_debug, "Enable TFRC debug messages");
|
H A D | tfrc.h | 20 extern bool tfrc_debug; 21 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a)
|
Completed in 3 milliseconds