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

/net/dccp/ccids/
H A Dccid2.h76 int tx_seqbufc; member in struct:ccid2_hc_tx_sock
H A Dccid2.c44 if (hc->tx_seqbufc >= (sizeof(hc->tx_seqbuf) /
61 if (hc->tx_seqbufc == 0)
73 hc->tx_seqbuf[hc->tx_seqbufc] = seqp;
74 hc->tx_seqbufc++;
749 for (i = 0; i < hc->tx_seqbufc; i++)
751 hc->tx_seqbufc = 0;

Completed in 4 milliseconds