Searched refs:ccid3_pr_debug (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/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() 89 ccid3_pr_debug("t_ipi=%u, s=%u, X=%u\n", hc->tx_t_ipi, in ccid3_update_send_interval() 143 ccid3_pr_debug("X_prev=%u, X_now=%u, X_calc=%u, " in ccid3_hc_tx_update_x() 198 ccid3_pr_debug("%s(%p, state=%s) - entry\n", dccp_role(sk), sk, in ccid3_hc_tx_no_feedback_timer() 240 ccid3_pr_debug("Reduced X to %llu/64 bytes/sec\n", in ccid3_hc_tx_no_feedback_timer() 299 ccid3_pr_debug("SYN RTT = %uus\n", dp->dccps_syn_rtt); in ccid3_hc_tx_send_packet() 320 ccid3_pr_debug("delay=%ld\n", (long)delay); in ccid3_hc_tx_send_packet() 415 ccid3_pr_debug("%s(%p), RTT=%uus (sample=%uus), s=%u, " in ccid3_hc_tx_packet_recv() [all …]
|