sctp_instr
{ "sctp_instr", ":", "display instr", sctp_instr },
sctp->sctp_num_istr, sctp->sctp_instr);
ASSERT(sctp->sctp_instr == NULL);
if (sctp->sctp_instr != NULL) {
mp = sctp->sctp_instr[i].istr_msgs;
sctp->sctp_instr[i].istr_msgs = NULL;
sctp->sctp_instr[i].istr_nmsgs = 0;
sctp_free_reass((sctp->sctp_instr) + i);
sctp->sctp_instr[i].nextseq = 0;
kmem_free(sctp->sctp_instr,
sizeof (*sctp->sctp_instr) * sctp->sctp_num_istr);
sctp->sctp_instr = NULL;
if (sctp->sctp_instr == NULL) {
sctp->sctp_instr = kmem_zalloc(sizeof (*sctp->sctp_instr) *
kmem_free(sctp->sctp_instr,
sizeof (*sctp->sctp_instr) * old_num_str);
sctp->sctp_instr = kmem_zalloc(
sizeof (*sctp->sctp_instr) * sctp->sctp_num_istr,
if (sctp->sctp_instr == NULL) {
sctp->sctp_instr = kmem_zalloc(sizeof (*sctp->sctp_instr) *
if (sctp->sctp_instr == NULL) {
sctp_instr_t *sctp_instr; /* Instream trackers */
ASSERT(sctp->sctp_instr != NULL);
instr = &sctp->sctp_instr[sid];
&sctp->sctp_instr[sid]);
instr = &sctp->sctp_instr[ftsn_entry->ftsn_sid];
if (sctp->sctp_instr != NULL) {
for (meta = sctp->sctp_instr[i].istr_reass;