summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/sctp_input.h')
-rw-r--r--sys/netinet/sctp_input.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/netinet/sctp_input.h b/sys/netinet/sctp_input.h
index c34b8cc..047cab4 100644
--- a/sys/netinet/sctp_input.h
+++ b/sys/netinet/sctp_input.h
@@ -40,14 +40,16 @@ __FBSDID("$FreeBSD$");
int
sctp_common_input_processing(struct mbuf **, int, int, int,
struct sctphdr *, struct sctp_chunkhdr *, struct sctp_inpcb *,
- struct sctp_tcb *, struct sctp_nets *, uint8_t);
+ struct sctp_tcb *, struct sctp_nets *, uint8_t, uint32_t, uint32_t);
struct sctp_stream_reset_out_request *
- sctp_find_stream_reset(struct sctp_tcb *stcb, uint32_t seq, struct sctp_tmit_chunk **bchk);
+sctp_find_stream_reset(struct sctp_tcb *stcb, uint32_t seq,
+ struct sctp_tmit_chunk **bchk);
-void
- sctp_reset_in_stream(struct sctp_tcb *stcb, int number_entries, uint16_t * list);
+void
+sctp_reset_in_stream(struct sctp_tcb *stcb, int number_entries,
+ uint16_t * list);
#endif
OpenPOWER on IntegriCloud