Symbol: sctp_instr
usr/src/cmd/mdb/common/modules/sctp/sctp.c
1601
{ "sctp_instr", ":", "display instr", sctp_instr },
usr/src/cmd/mdb/common/modules/sctp/sctp.c
821
sctp->sctp_num_istr, sctp->sctp_instr);
usr/src/uts/common/inet/sctp/sctp.c
2029
ASSERT(sctp->sctp_instr == NULL);
usr/src/uts/common/inet/sctp/sctp.c
587
if (sctp->sctp_instr != NULL) {
usr/src/uts/common/inet/sctp/sctp.c
590
mp = sctp->sctp_instr[i].istr_msgs;
usr/src/uts/common/inet/sctp/sctp.c
597
sctp->sctp_instr[i].istr_msgs = NULL;
usr/src/uts/common/inet/sctp/sctp.c
598
sctp->sctp_instr[i].istr_nmsgs = 0;
usr/src/uts/common/inet/sctp/sctp.c
599
sctp_free_reass((sctp->sctp_instr) + i);
usr/src/uts/common/inet/sctp/sctp.c
600
sctp->sctp_instr[i].nextseq = 0;
usr/src/uts/common/inet/sctp/sctp.c
603
kmem_free(sctp->sctp_instr,
usr/src/uts/common/inet/sctp/sctp.c
604
sizeof (*sctp->sctp_instr) * sctp->sctp_num_istr);
usr/src/uts/common/inet/sctp/sctp.c
605
sctp->sctp_instr = NULL;
usr/src/uts/common/inet/sctp/sctp_cookie.c
1061
if (sctp->sctp_instr == NULL) {
usr/src/uts/common/inet/sctp/sctp_cookie.c
1062
sctp->sctp_instr = kmem_zalloc(sizeof (*sctp->sctp_instr) *
usr/src/uts/common/inet/sctp/sctp_cookie.c
1067
kmem_free(sctp->sctp_instr,
usr/src/uts/common/inet/sctp/sctp_cookie.c
1068
sizeof (*sctp->sctp_instr) * old_num_str);
usr/src/uts/common/inet/sctp/sctp_cookie.c
1069
sctp->sctp_instr = kmem_zalloc(
usr/src/uts/common/inet/sctp/sctp_cookie.c
1070
sizeof (*sctp->sctp_instr) * sctp->sctp_num_istr,
usr/src/uts/common/inet/sctp/sctp_cookie.c
1074
if (sctp->sctp_instr == NULL) {
usr/src/uts/common/inet/sctp/sctp_cookie.c
416
sctp->sctp_instr = kmem_zalloc(sizeof (*sctp->sctp_instr) *
usr/src/uts/common/inet/sctp/sctp_cookie.c
418
if (sctp->sctp_instr == NULL) {
usr/src/uts/common/inet/sctp/sctp_impl.h
707
sctp_instr_t *sctp_instr; /* Instream trackers */
usr/src/uts/common/inet/sctp/sctp_input.c
1397
ASSERT(sctp->sctp_instr != NULL);
usr/src/uts/common/inet/sctp/sctp_input.c
1400
instr = &sctp->sctp_instr[sid];
usr/src/uts/common/inet/sctp/sctp_input.c
1438
&sctp->sctp_instr[sid]);
usr/src/uts/common/inet/sctp/sctp_input.c
2334
instr = &sctp->sctp_instr[ftsn_entry->ftsn_sid];
usr/src/uts/common/inet/sctp/sctp_opt_data.c
134
if (sctp->sctp_instr != NULL) {
usr/src/uts/common/inet/sctp/sctp_opt_data.c
136
for (meta = sctp->sctp_instr[i].istr_reass;