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
1062
if (sctp->sctp_instr == NULL) {
usr/src/uts/common/inet/sctp/sctp_cookie.c
1063
sctp->sctp_instr = kmem_zalloc(sizeof (*sctp->sctp_instr) *
usr/src/uts/common/inet/sctp/sctp_cookie.c
1068
kmem_free(sctp->sctp_instr,
usr/src/uts/common/inet/sctp/sctp_cookie.c
1069
sizeof (*sctp->sctp_instr) * old_num_str);
usr/src/uts/common/inet/sctp/sctp_cookie.c
1070
sctp->sctp_instr = kmem_zalloc(
usr/src/uts/common/inet/sctp/sctp_cookie.c
1071
sizeof (*sctp->sctp_instr) * sctp->sctp_num_istr,
usr/src/uts/common/inet/sctp/sctp_cookie.c
1075
if (sctp->sctp_instr == NULL) {
usr/src/uts/common/inet/sctp/sctp_cookie.c
417
sctp->sctp_instr = kmem_zalloc(sizeof (*sctp->sctp_instr) *
usr/src/uts/common/inet/sctp/sctp_cookie.c
419
if (sctp->sctp_instr == NULL) {
usr/src/uts/common/inet/sctp/sctp_impl.h
708
sctp_instr_t *sctp_instr; /* Instream trackers */
usr/src/uts/common/inet/sctp/sctp_input.c
1398
ASSERT(sctp->sctp_instr != NULL);
usr/src/uts/common/inet/sctp/sctp_input.c
1401
instr = &sctp->sctp_instr[sid];
usr/src/uts/common/inet/sctp/sctp_input.c
1439
&sctp->sctp_instr[sid]);
usr/src/uts/common/inet/sctp/sctp_input.c
2335
instr = &sctp->sctp_instr[ftsn_entry->ftsn_sid];
usr/src/uts/common/inet/sctp/sctp_opt_data.c
135
if (sctp->sctp_instr != NULL) {
usr/src/uts/common/inet/sctp/sctp_opt_data.c
137
for (meta = sctp->sctp_instr[i].istr_reass;