tx_seqbufc 31 net/dccp/ccids/ccid2.c if (hc->tx_seqbufc >= (sizeof(hc->tx_seqbuf) / tx_seqbufc 49 net/dccp/ccids/ccid2.c if (hc->tx_seqbufc == 0) tx_seqbufc 61 net/dccp/ccids/ccid2.c hc->tx_seqbuf[hc->tx_seqbufc] = seqp; tx_seqbufc 62 net/dccp/ccids/ccid2.c hc->tx_seqbufc++; tx_seqbufc 752 net/dccp/ccids/ccid2.c for (i = 0; i < hc->tx_seqbufc; i++) tx_seqbufc 754 net/dccp/ccids/ccid2.c hc->tx_seqbufc = 0; tx_seqbufc 63 net/dccp/ccids/ccid2.h int tx_seqbufc;