Searched refs:ccid2_pr_debug (Results 1 – 1 of 1) sorted by relevance
/linux/net/dccp/ccids/ |
H A D | ccid2.c | 20 #define ccid2_pr_debug(format, a...) DCCP_PR_DEBUG(ccid2_debug, format, ##a) macro 22 #define ccid2_pr_debug(format, a...) macro 139 ccid2_pr_debug("RTO_EXPIRE\n"); in ccid2_hc_tx_rto_expire() 285 ccid2_pr_debug("cwnd=%d pipe=%d\n", hc->tx_cwnd, hc->tx_pipe); in ccid2_hc_tx_packet_sent() 343 ccid2_pr_debug("out seq=%llu acked=%d time=%u\n", in ccid2_hc_tx_packet_sent() 349 ccid2_pr_debug("=========\n"); in ccid2_hc_tx_packet_sent() 486 ccid2_pr_debug("Multiple losses in an RTT---treating as one\n"); in ccid2_congestion_event() 596 ccid2_pr_debug("ackvec %llu |%u,%u|\n", in ccid2_hc_tx_packet_recv() 631 ccid2_pr_debug("Got ack for %llu\n", in ccid2_hc_tx_packet_recv() 682 ccid2_pr_debug("Packet lost: %llu\n", in ccid2_hc_tx_packet_recv()
|