Home
last modified time | relevance | path

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

/linux-4.1.27/net/dccp/ccids/lib/
Dtfrc.c11 bool tfrc_debug; variable
12 module_param(tfrc_debug, bool, 0644);
13 MODULE_PARM_DESC(tfrc_debug, "Enable TFRC debug messages");
Dtfrc.h24 extern bool tfrc_debug;
25 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a)