Searched refs:DCCP_PR_DEBUG (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/net/dccp/ccids/lib/ |
D | tfrc.h | 21 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a)
|
/linux-6.1.9/net/dccp/ |
D | dccp.h | 35 #define DCCP_PR_DEBUG(enable, fmt, a...) DCCP_PRINTK(enable, KERN_DEBUG \ macro 40 #define dccp_pr_debug(format, a...) DCCP_PR_DEBUG(dccp_debug, format, ##a)
|
/linux-6.1.9/net/dccp/ccids/ |
D | ccid2.c | 20 #define ccid2_pr_debug(format, a...) DCCP_PR_DEBUG(ccid2_debug, format, ##a)
|
D | ccid3.c | 29 #define ccid3_pr_debug(format, a...) DCCP_PR_DEBUG(ccid3_debug, format, ##a)
|