Searched refs:dccp_debug (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Ddccp.h42 extern int 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
H A Dproto.c1015 int dccp_debug; variable
1016 module_param(dccp_debug, bool, 0644);
1017 MODULE_PARM_DESC(dccp_debug, "Enable debug messages");
1019 EXPORT_SYMBOL_GPL(dccp_debug); variable
H A Dfeat.c283 dccp_debug(" * %s %s = ", entry->is_local ? "local" : "remote",
339 dccp_debug(" -> activating %s %s, %sval=%llu\n", rx ? "RX" : "TX",

Completed in 80 milliseconds