Home
last modified time | relevance | path

Searched refs:sctp_err_chunks (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_error.c531 if (sctp->sctp_err_chunks != NULL) { in sctp_add_err()
532 fp = SCTP_CHUNK_DEST(sctp->sctp_err_chunks); in sctp_add_err()
551 sendmp->b_cont = sctp->sctp_err_chunks; in sctp_add_err()
556 sctp->sctp_err_chunks = emp; in sctp_add_err()
560 if (sctp->sctp_err_chunks != NULL) in sctp_add_err()
561 linkb(sctp->sctp_err_chunks, emp); in sctp_add_err()
563 sctp->sctp_err_chunks = emp; in sctp_add_err()
582 ASSERT(sctp->sctp_err_chunks != NULL); in sctp_process_err()
583 errmp = sctp->sctp_err_chunks; in sctp_process_err()
595 sctp->sctp_err_chunks = NULL; in sctp_process_err()
H A Dsctp_input.c1872 if (sctp->sctp_err_chunks != NULL) { in sctp_make_sack()
1873 fp = SCTP_CHUNK_DEST(sctp->sctp_err_chunks); in sctp_make_sack()
1878 freemsg(sctp->sctp_err_chunks); in sctp_make_sack()
1879 sctp->sctp_err_chunks = NULL; in sctp_make_sack()
1883 smp->b_cont = sctp->sctp_err_chunks; in sctp_make_sack()
1887 sctp->sctp_err_chunks = NULL; in sctp_make_sack()
1907 if (sctp->sctp_err_chunks != NULL) { in sctp_make_sack()
1908 linkb(smp, sctp->sctp_err_chunks); in sctp_make_sack()
1909 sctp->sctp_err_chunks = NULL; in sctp_make_sack()
4409 if (sctp->sctp_err_chunks != NULL) in sctp_input_data()
H A Dsctp.c719 if (sctp->sctp_err_chunks != NULL) { in sctp_free()
720 freemsg(sctp->sctp_err_chunks); in sctp_free()
721 sctp->sctp_err_chunks = NULL; in sctp_free()
H A Dsctp_impl.h924 mblk_t *sctp_err_chunks; /* Error chunks */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c798 sctp->sctp_pad_mp, sctp->sctp_err_chunks); in sctp()