Home
last modified time | relevance | path

Searched refs:tx_pipe (Results 1 – 2 of 2) sorted by relevance

/net/dccp/ccids/
Dccid2.c154 hc->tx_pipe = 0; in ccid2_hc_tx_rto_expire()
246 if (ccid2_do_cwv && !hc->tx_pipe && in ccid2_hc_tx_packet_sent()
251 hc->tx_pipe += 1; in ccid2_hc_tx_packet_sent()
259 if (hc->tx_pipe > hc->tx_cwnd_used) in ccid2_hc_tx_packet_sent()
260 hc->tx_cwnd_used = hc->tx_pipe; in ccid2_hc_tx_packet_sent()
285 ccid2_pr_debug("cwnd=%d pipe=%d\n", hc->tx_cwnd, hc->tx_pipe); in ccid2_hc_tx_packet_sent()
632 hc->tx_pipe--; in ccid2_hc_tx_packet_recv()
688 hc->tx_pipe--; in ccid2_hc_tx_packet_recv()
707 if (hc->tx_pipe == 0) in ccid2_hc_tx_packet_recv()
Dccid2.h60 u32 tx_pipe; member
92 return hc->tx_pipe >= hc->tx_cwnd; in ccid2_cwnd_network_limited()