Searched refs:sctp_forward_tsn_chunk (Results 1 – 5 of 5) sorted by relevance
421 struct sctp_forward_tsn_chunk { struct434 struct sctp_forward_tsn_chunk msg; argument
103 struct sctp_forward_tsn_chunk *, int *, struct mbuf *, int);
3658 struct sctp_forward_tsn_chunk fwdtsn; in sctp_handle_stream_reset_response()3671 fwdtsn.ch.chunk_length = htons(sizeof(struct sctp_forward_tsn_chunk)); in sctp_handle_stream_reset_response()3777 struct sctp_forward_tsn_chunk fwdtsn; in sctp_handle_str_reset_request_tsn()3788 fwdtsn.ch.chunk_length = htons(sizeof(struct sctp_forward_tsn_chunk)); in sctp_handle_str_reset_request_tsn()5348 if (chk_length < sizeof(struct sctp_forward_tsn_chunk)) { in sctp_process_control()5387 (struct sctp_forward_tsn_chunk *)ch, &abort_flag, m, *offset); in sctp_process_control()
10237 struct sctp_forward_tsn_chunk *fwdtsn; in send_forward_tsn()10300 space_needed = (sizeof(struct sctp_forward_tsn_chunk) + in send_forward_tsn()10331 cnt_of_skipped = cnt_of_space - sizeof(struct sctp_forward_tsn_chunk); in send_forward_tsn()10359 space_needed = sizeof(struct sctp_forward_tsn_chunk) + in send_forward_tsn()10364 fwdtsn = mtod(chk->data, struct sctp_forward_tsn_chunk *); in send_forward_tsn()
5083 struct sctp_forward_tsn_chunk *fwd, in sctp_handle_forward_tsn()5107 if ((fwd_sz = ntohs(fwd->ch.chunk_length)) < sizeof(struct sctp_forward_tsn_chunk)) { in sctp_handle_forward_tsn()