Lines Matching defs:cause
58 * This will cause sctp_service_queues() to get called on the top entry in
1621 * cause a sballoc so its accounted
1790 * Check to see about the GONE flag, duplicates would cause a sack
1813 struct sctp_error_invalid_stream *cause;
1820 cause = mtod(op_err, struct sctp_error_invalid_stream *);
1827 cause->cause.code = htons(SCTP_CAUSE_INVALID_STREAM);
1828 cause->cause.length = htons(sizeof(struct sctp_error_invalid_stream));
1829 cause->stream_id = htons(sid);
1830 cause->reserved = htons(0);
2857 struct sctp_gen_error_cause *cause;
2862 cause = mtod(op_err, struct sctp_gen_error_cause *);
2863 cause->code = htons(SCTP_CAUSE_UNRECOG_CHUNK);
2864 cause->length = htons((uint16_t)(chk_length + sizeof(struct sctp_gen_error_cause)));