Home
last modified time | relevance | path

Searched refs:sctp_forward_tsn_chunk (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_indata.h99 struct sctp_forward_tsn_chunk *, int *, struct mbuf *, int);
H A Dsctp_header.h375 struct sctp_forward_tsn_chunk { struct
394 struct sctp_forward_tsn_chunk msg; argument
H A Dsctp_input.c3582 struct sctp_forward_tsn_chunk fwdtsn; in sctp_handle_stream_reset_response()
3595 fwdtsn.ch.chunk_length = htons(sizeof(struct sctp_forward_tsn_chunk)); in sctp_handle_stream_reset_response()
3717 struct sctp_forward_tsn_chunk fwdtsn; in sctp_handle_str_reset_request_tsn()
3728 fwdtsn.ch.chunk_length = htons(sizeof(struct sctp_forward_tsn_chunk)); in sctp_handle_str_reset_request_tsn()
5136 if (chk_length < sizeof(struct sctp_forward_tsn_chunk)) { in sctp_process_control()
5174 (struct sctp_forward_tsn_chunk *)ch, &abort_flag, m, *offset); in sctp_process_control()
H A Dsctp_output.c10240 struct sctp_forward_tsn_chunk *fwdtsn; in send_forward_tsn()
10308 space_needed = (sizeof(struct sctp_forward_tsn_chunk) + in send_forward_tsn()
10311 space_needed = (sizeof(struct sctp_forward_tsn_chunk) + in send_forward_tsn()
10341 cnt_of_skipped = cnt_of_space - sizeof(struct sctp_forward_tsn_chunk); in send_forward_tsn()
10375 space_needed = sizeof(struct sctp_forward_tsn_chunk) + in send_forward_tsn()
10378 space_needed = sizeof(struct sctp_forward_tsn_chunk) + in send_forward_tsn()
10384 fwdtsn = mtod(chk->data, struct sctp_forward_tsn_chunk *); in send_forward_tsn()
H A Dsctp_indata.c5477 struct sctp_forward_tsn_chunk *fwd, in sctp_handle_forward_tsn()
5500 if ((fwd_sz = ntohs(fwd->ch.chunk_length)) < sizeof(struct sctp_forward_tsn_chunk)) { in sctp_handle_forward_tsn()