Searched refs:sctp_sack_chunk (Results 1 – 3 of 3) sorted by relevance
251 struct sctp_sack_chunk { struct540 sizeof(struct sctp_sack_chunk) + \554 sizeof(struct sctp_sack_chunk) + \
4678 if (chk_length < sizeof(struct sctp_sack_chunk)) { in sctp_process_control()4701 struct sctp_sack_chunk *sack; in sctp_process_control()4703 sack = (struct sctp_sack_chunk *)ch; in sctp_process_control()4709 if (sizeof(struct sctp_sack_chunk) + in sctp_process_control()4715 offset_seg = *offset + sizeof(struct sctp_sack_chunk); in sctp_process_control()
10552 struct sctp_sack_chunk *sack; in sctp_send_sack()10654 space_req = sizeof(struct sctp_sack_chunk); in sctp_send_sack()10717 sack = mtod(a_chk->data, struct sctp_sack_chunk *); in sctp_send_sack()10719 gap_descriptor = (struct sctp_gap_ack_block *)((caddr_t)sack + sizeof(struct sctp_sack_chunk)); in sctp_send_sack()10900 a_chk->send_size = (uint16_t)(sizeof(struct sctp_sack_chunk) + in sctp_send_sack()