Home
last modified time | relevance | path

Searched defs:dccp_debug (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/
H A Ddccp.h42 #define dccp_debug(fmt, a...) dccp_pr_debug_cat(KERN_DEBUG fmt, ##a) macro
46 #define dccp_debug(format, a...) do {} while (0) macro
H A Dproto.c1118 bool dccp_debug; variable
1122 EXPORT_SYMBOL_GPL(dccp_debug); variable
/kernel/linux/linux-6.6/net/dccp/
H A Ddccp.h42 #define dccp_debug(fmt, a...) dccp_pr_debug_cat(KERN_DEBUG fmt, ##a) macro
46 #define dccp_debug(format, a...) do {} while (0) macro
H A Dproto.c1115 bool dccp_debug; variable
1119 EXPORT_SYMBOL_GPL(dccp_debug); variable

Completed in 5 milliseconds