Searched refs:ccid2_pr_debug (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid2.c35 #define ccid2_pr_debug(format, a...) DCCP_PR_DEBUG(ccid2_debug, format, ##a) macro
68 ccid2_pr_debug("len of chain=%d\n", len);
75 ccid2_pr_debug("total len=%d\n", len);
79 #define ccid2_pr_debug(format, a...) macro
155 ccid2_pr_debug("changing local ack ratio to %u\n", val);
161 ccid2_pr_debug("change SRTT to %ld\n", val);
179 ccid2_pr_debug("RTO_EXPIRE\n");
217 ccid2_pr_debug("setting RTO timeout=%ld\n", hc->tx_rto);
247 ccid2_pr_debug("cwnd=%d pipe=%d\n", hc->tx_cwnd, hc->tx_pipe);
259 ccid2_pr_debug("ou
[all...]

Completed in 25 milliseconds