aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_output.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/sctp_output.h')
-rw-r--r--sys/netinet/sctp_output.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/netinet/sctp_output.h b/sys/netinet/sctp_output.h
index 3c157d3f7f67d..7d2cdc4071d82 100644
--- a/sys/netinet/sctp_output.h
+++ b/sys/netinet/sctp_output.h
@@ -66,10 +66,9 @@ sctp_source_address_selection(struct sctp_inpcb *inp,
sctp_route_t *ro, struct sctp_nets *net,
int non_asoc_addr_ok, uint32_t vrf_id);
-int
- sctp_v6src_match_nexthop(struct sockaddr_in6 *src6, sctp_route_t *ro);
-int
- sctp_v4src_match_nexthop(struct sctp_ifa *sifa, sctp_route_t *ro);
+int sctp_v6src_match_nexthop(struct sockaddr_in6 *src6, sctp_route_t *ro);
+
+int sctp_v4src_match_nexthop(struct sctp_ifa *sifa, sctp_route_t *ro);
void sctp_send_initiate(struct sctp_inpcb *, struct sctp_tcb *, int);
@@ -129,8 +128,8 @@ void sctp_fix_ecn_echo(struct sctp_association *);
void sctp_move_chunks_from_net(struct sctp_tcb *stcb, struct sctp_nets *net);
#define SCTP_DATA_CHUNK_OVERHEAD(stcb) ((stcb)->asoc.idata_supported ? \
- sizeof(struct sctp_idata_chunk) : \
- sizeof(struct sctp_data_chunk))
+ sizeof(struct sctp_idata_chunk) : \
+ sizeof(struct sctp_data_chunk))
int
sctp_output(struct sctp_inpcb *, struct mbuf *, struct sockaddr *,