Home
last modified time | relevance | path

Searched refs:sctp_nr_sack_chunk (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_header.h269 struct sctp_nr_sack_chunk { struct
H A Dsctp_input.c4755 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()
H A Dsctp_output.c10461 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()