Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dsctp_header.h421 struct sctp_forward_tsn_chunk { struct
434 struct sctp_forward_tsn_chunk msg; argument
Dsctp_indata.h103 struct sctp_forward_tsn_chunk *, int *, struct mbuf *, int);
Dsctp_input.c3658 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()
Dsctp_output.c10237 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()
Dsctp_indata.c5083 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()