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

/linux-master/net/dccp/ccids/lib/
H A Dtfrc.c12 bool tfrc_debug; variable
13 module_param(tfrc_debug, bool, 0644);
14 MODULE_PARM_DESC(tfrc_debug, "Enable TFRC debug messages");
H A Dtfrc.h20 extern bool tfrc_debug;
21 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a)

Completed in 135 milliseconds