Searched refs:ccid2_pr_debug (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/dccp/ccids/ | 
| 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() 282 	ccid2_pr_debug("cwnd=%d pipe=%d\n", hc->tx_cwnd, hc->tx_pipe);  in ccid2_hc_tx_packet_sent() 340 			ccid2_pr_debug("out seq=%llu acked=%d time=%u\n",  in ccid2_hc_tx_packet_sent() 346 	ccid2_pr_debug("=========\n");  in ccid2_hc_tx_packet_sent() 480 		ccid2_pr_debug("Multiple losses in an RTT---treating as one\n");  in ccid2_congestion_event() 590 			ccid2_pr_debug("ackvec %llu |%u,%u|\n",  in ccid2_hc_tx_packet_recv() 625 					ccid2_pr_debug("Got ack for %llu\n",  in ccid2_hc_tx_packet_recv() 676 				ccid2_pr_debug("Packet lost: %llu\n",  in ccid2_hc_tx_packet_recv()
  |