Searched refs:sctp_sack_chunk (Results 1 – 3 of 3) sorted by relevance
253 struct sctp_sack_chunk { struct535 sizeof(struct sctp_sack_chunk) + \549 sizeof(struct sctp_sack_chunk) + \
4747 if (chk_length < sizeof(struct sctp_sack_chunk)) { in sctp_process_control()4770 struct sctp_sack_chunk *sack; in sctp_process_control()4772 sack = (struct sctp_sack_chunk *)ch; in sctp_process_control()4778 if (sizeof(struct sctp_sack_chunk) + in sctp_process_control()4784 offset_seg = *offset + sizeof(struct sctp_sack_chunk); in sctp_process_control()
10460 struct sctp_sack_chunk *sack; in sctp_send_sack()10562 space_req = sizeof(struct sctp_sack_chunk); in sctp_send_sack()10625 sack = mtod(a_chk->data, struct sctp_sack_chunk *); in sctp_send_sack()10627 gap_descriptor = (struct sctp_gap_ack_block *)((caddr_t)sack + sizeof(struct sctp_sack_chunk)); in sctp_send_sack()10808 a_chk->send_size = (uint16_t)(sizeof(struct sctp_sack_chunk) + in sctp_send_sack()