Searched refs:ccid2_pr_debug (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/net/dccp/ccids/ |
D | ccid2.c | 33 #define ccid2_pr_debug(format, a...) DCCP_PR_DEBUG(ccid2_debug, format, ##a) macro 35 #define ccid2_pr_debug(format, a...) macro 141 ccid2_pr_debug("RTO_EXPIRE\n"); in ccid2_hc_tx_rto_expire() 279 ccid2_pr_debug("cwnd=%d pipe=%d\n", hc->tx_cwnd, hc->tx_pipe); in ccid2_hc_tx_packet_sent() 337 ccid2_pr_debug("out seq=%llu acked=%d time=%u\n", in ccid2_hc_tx_packet_sent() 343 ccid2_pr_debug("=========\n"); in ccid2_hc_tx_packet_sent() 477 ccid2_pr_debug("Multiple losses in an RTT---treating as one\n"); in ccid2_congestion_event() 587 ccid2_pr_debug("ackvec %llu |%u,%u|\n", in ccid2_hc_tx_packet_recv() 622 ccid2_pr_debug("Got ack for %llu\n", in ccid2_hc_tx_packet_recv() 673 ccid2_pr_debug("Packet lost: %llu\n", in ccid2_hc_tx_packet_recv()
|