Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/ccids/
H A Dccid2.c31 if (hc->tx_seqbufc >= (sizeof(hc->tx_seqbuf) / in ccid2_hc_tx_alloc_seq()
49 if (hc->tx_seqbufc == 0) in ccid2_hc_tx_alloc_seq()
61 hc->tx_seqbuf[hc->tx_seqbufc] = seqp; in ccid2_hc_tx_alloc_seq()
62 hc->tx_seqbufc++; in ccid2_hc_tx_alloc_seq()
757 for (i = 0; i < hc->tx_seqbufc; i++) in ccid2_hc_tx_exit()
759 hc->tx_seqbufc = 0; in ccid2_hc_tx_exit()
H A Dccid2.h63 int tx_seqbufc; member