Searched refs:sctp_err_chunks (Results 1 – 5 of 5) sorted by relevance
531 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()
1872 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()
719 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()
924 mblk_t *sctp_err_chunks; /* Error chunks */ member
798 sctp->sctp_pad_mp, sctp->sctp_err_chunks); in sctp()