Searched refs:ccid3_pr_debug (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/dccp/ccids/ |
D | ccid3.c | 29 #define ccid3_pr_debug(format, a...) DCCP_PR_DEBUG(ccid3_debug, format, ##a) macro 31 #define ccid3_pr_debug(format, a...) macro 56 ccid3_pr_debug("%s(%p) %-8.8s -> %s\n", in ccid3_hc_tx_set_state() 91 ccid3_pr_debug("t_ipi=%u, s=%u, X=%u\n", hc->tx_t_ipi, in ccid3_update_send_interval() 146 ccid3_pr_debug("X_prev=%u, X_now=%u, X_calc=%u, " in ccid3_hc_tx_update_x() 202 ccid3_pr_debug("%s(%p, state=%s) - entry\n", dccp_role(sk), sk, in ccid3_hc_tx_no_feedback_timer() 244 ccid3_pr_debug("Reduced X to %llu/64 bytes/sec\n", in ccid3_hc_tx_no_feedback_timer() 304 ccid3_pr_debug("SYN RTT = %uus\n", dp->dccps_syn_rtt); in ccid3_hc_tx_send_packet() 325 ccid3_pr_debug("delay=%ld\n", (long)delay); in ccid3_hc_tx_send_packet() 420 ccid3_pr_debug("%s(%p), RTT=%uus (sample=%uus), s=%u, " in ccid3_hc_tx_packet_recv() [all …]
|