Home
last modified time | relevance | path

Searched refs:dccp_debug (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/dccp/
Ddccp.h42 extern bool dccp_debug;
43 #define dccp_pr_debug(format, a...) DCCP_PR_DEBUG(dccp_debug, format, ##a)
44 #define dccp_pr_debug_cat(format, a...) DCCP_PRINTK(dccp_debug, format, ##a)
45 #define dccp_debug(fmt, a...) dccp_pr_debug_cat(KERN_DEBUG fmt, ##a) macro
49 #define dccp_debug(format, a...) macro
DKconfig38 by setting the parameter dccp_debug of the `dccp' module to 0 or 1.
Dproto.c1100 bool dccp_debug; variable
1101 module_param(dccp_debug, bool, 0644);
1102 MODULE_PARM_DESC(dccp_debug, "Enable debug messages");
1104 EXPORT_SYMBOL_GPL(dccp_debug);
Dfeat.c284 dccp_debug(" * %s %s = ", entry->is_local ? "local" : "remote", in dccp_feat_print_entry()
340 dccp_debug(" -> activating %s %s, %sval=%llu\n", rx ? "RX" : "TX", in __dccp_feat_activate()