Home
last modified time | relevance | path

Searched refs:sctp_instr (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c416 sctp->sctp_instr = kmem_zalloc(sizeof (*sctp->sctp_instr) * in sctp_initialize_params()
418 if (sctp->sctp_instr == NULL) { in sctp_initialize_params()
1061 if (sctp->sctp_instr == NULL) { in sctp_send_cookie_echo()
1062 sctp->sctp_instr = kmem_zalloc(sizeof (*sctp->sctp_instr) * in sctp_send_cookie_echo()
1067 kmem_free(sctp->sctp_instr, in sctp_send_cookie_echo()
1068 sizeof (*sctp->sctp_instr) * old_num_str); in sctp_send_cookie_echo()
1069 sctp->sctp_instr = kmem_zalloc( in sctp_send_cookie_echo()
1070 sizeof (*sctp->sctp_instr) * sctp->sctp_num_istr, in sctp_send_cookie_echo()
1074 if (sctp->sctp_instr == NULL) { in sctp_send_cookie_echo()
H A Dsctp.c587 if (sctp->sctp_instr != NULL) { in sctp_instream_cleanup()
590 mp = sctp->sctp_instr[i].istr_msgs; in sctp_instream_cleanup()
597 sctp->sctp_instr[i].istr_msgs = NULL; in sctp_instream_cleanup()
598 sctp->sctp_instr[i].istr_nmsgs = 0; in sctp_instream_cleanup()
599 sctp_free_reass((sctp->sctp_instr) + i); in sctp_instream_cleanup()
600 sctp->sctp_instr[i].nextseq = 0; in sctp_instream_cleanup()
603 kmem_free(sctp->sctp_instr, in sctp_instream_cleanup()
604 sizeof (*sctp->sctp_instr) * sctp->sctp_num_istr); in sctp_instream_cleanup()
605 sctp->sctp_instr = NULL; in sctp_instream_cleanup()
2029 ASSERT(sctp->sctp_instr == NULL); in sctp_conn_cache_destructor()
H A Dsctp_opt_data.c134 if (sctp->sctp_instr != NULL) { in sctp_get_status()
136 for (meta = sctp->sctp_instr[i].istr_reass; in sctp_get_status()
H A Dsctp_input.c1397 ASSERT(sctp->sctp_instr != NULL); in sctp_data_chunk()
1400 instr = &sctp->sctp_instr[sid]; in sctp_data_chunk()
1438 &sctp->sctp_instr[sid]); in sctp_data_chunk()
2334 instr = &sctp->sctp_instr[ftsn_entry->ftsn_sid]; in sctp_process_forward_tsn()
H A Dsctp_impl.h707 sctp_instr_t *sctp_instr; /* Instream trackers */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c527 sctp_instr(uintptr_t addr, uint_t flags, int ac, const mdb_arg_t *av) in sctp_instr() function
821 sctp->sctp_num_istr, sctp->sctp_instr); in sctp()
1601 { "sctp_instr", ":", "display instr", sctp_instr },