Searched refs:sctp_forward_tsn_chunk (Results 1 – 5 of 5) sorted by relevance
99 struct sctp_forward_tsn_chunk *, int *, struct mbuf *, int);
375 struct sctp_forward_tsn_chunk { struct394 struct sctp_forward_tsn_chunk msg; argument
3582 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()
10240 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()
5477 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()