Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_header.h253 struct sctp_sack_chunk { struct
535 sizeof(struct sctp_sack_chunk) + \
549 sizeof(struct sctp_sack_chunk) + \
H A Dsctp_input.c4747 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()
H A Dsctp_output.c10460 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()