Home
last modified time | relevance | path

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

/net/dccp/ccids/
Dccid2.c44 if (hc->tx_seqbufc >= (sizeof(hc->tx_seqbuf) / in ccid2_hc_tx_alloc_seq()
61 if (hc->tx_seqbufc == 0) in ccid2_hc_tx_alloc_seq()
73 hc->tx_seqbuf[hc->tx_seqbufc] = seqp; in ccid2_hc_tx_alloc_seq()
74 hc->tx_seqbufc++; in ccid2_hc_tx_alloc_seq()
752 for (i = 0; i < hc->tx_seqbufc; i++) in ccid2_hc_tx_exit()
754 hc->tx_seqbufc = 0; in ccid2_hc_tx_exit()
Dccid2.h76 int tx_seqbufc; member