tfrc_debug         12 net/dccp/ccids/lib/tfrc.c bool tfrc_debug;
tfrc_debug         13 net/dccp/ccids/lib/tfrc.c module_param(tfrc_debug, bool, 0644);
tfrc_debug         14 net/dccp/ccids/lib/tfrc.c MODULE_PARM_DESC(tfrc_debug, "Enable TFRC debug messages");
tfrc_debug         20 net/dccp/ccids/lib/tfrc.h extern bool tfrc_debug;
tfrc_debug         21 net/dccp/ccids/lib/tfrc.h #define tfrc_pr_debug(format, a...)	DCCP_PR_DEBUG(tfrc_debug, format, ##a)