tx_seqbuf          31 net/dccp/ccids/ccid2.c 	if (hc->tx_seqbufc >= (sizeof(hc->tx_seqbuf) /
tx_seqbuf          61 net/dccp/ccids/ccid2.c 	hc->tx_seqbuf[hc->tx_seqbufc] = seqp;
tx_seqbuf         753 net/dccp/ccids/ccid2.c 		kfree(hc->tx_seqbuf[i]);
tx_seqbuf          62 net/dccp/ccids/ccid2.h 	struct ccid2_seq	*tx_seqbuf[CCID2_SEQBUF_MAX];