Searched refs:dccp_log (Results 1 – 4 of 4) sorted by relevance
256 #define DCCP_DEBUG(args) dccp_log args262 #define ACK_DEBUG(args) dccp_log args281 void dccp_log(int, const char *, ...);
74 #define TCPLIKE_DEBUG(args) dccp_log args76 #define CWND_DEBUG(args) dccp_log args77 #define ACKRATIO_DEBUG(args) dccp_log args78 #define LOSS_DEBUG(args) dccp_log args79 #define TIMEOUT_DEBUG(args) dccp_log args
94 #define TFRC_DEBUG(args) dccp_log args104 #define TFRC_DEBUG_TIME(args) dccp_log args
3046 dccp_log(int level, const char *format, ...) in dccp_log() function