Searched refs:sctp_nr_sack_chunk (Results 1 – 3 of 3) sorted by relevance
269 struct sctp_nr_sack_chunk { struct
4755 if (chk_length < sizeof(struct sctp_nr_sack_chunk)) { in sctp_process_control()4787 struct sctp_nr_sack_chunk *nr_sack; in sctp_process_control()4789 nr_sack = (struct sctp_nr_sack_chunk *)ch; in sctp_process_control()4795 if (sizeof(struct sctp_nr_sack_chunk) + in sctp_process_control()4801 offset_seg = *offset + sizeof(struct sctp_nr_sack_chunk); in sctp_process_control()
10461 struct sctp_nr_sack_chunk *nr_sack; in sctp_send_sack()10564 space_req = sizeof(struct sctp_nr_sack_chunk); in sctp_send_sack()10635 nr_sack = mtod(a_chk->data, struct sctp_nr_sack_chunk *); in sctp_send_sack()10636 …p_descriptor = (struct sctp_gap_ack_block *)((caddr_t)nr_sack + sizeof(struct sctp_nr_sack_chunk)); in sctp_send_sack()10820 a_chk->send_size = (uint16_t)(sizeof(struct sctp_nr_sack_chunk) + in sctp_send_sack()