diff options
Diffstat (limited to 'include/net/sctp')
-rw-r--r-- | include/net/sctp/structs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index b0882f3a3a51..18052b421203 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -1410,9 +1410,9 @@ struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *, | |||
1410 | int sctp_has_association(struct net *net, const union sctp_addr *laddr, | 1410 | int sctp_has_association(struct net *net, const union sctp_addr *laddr, |
1411 | const union sctp_addr *paddr); | 1411 | const union sctp_addr *paddr); |
1412 | 1412 | ||
1413 | int sctp_verify_init(const struct sctp_association *asoc, sctp_cid_t, | 1413 | int sctp_verify_init(struct net *net, const struct sctp_association *asoc, |
1414 | sctp_init_chunk_t *peer_init, struct sctp_chunk *chunk, | 1414 | sctp_cid_t, sctp_init_chunk_t *peer_init, |
1415 | struct sctp_chunk **err_chunk); | 1415 | struct sctp_chunk *chunk, struct sctp_chunk **err_chunk); |
1416 | int sctp_process_init(struct sctp_association *, struct sctp_chunk *chunk, | 1416 | int sctp_process_init(struct sctp_association *, struct sctp_chunk *chunk, |
1417 | const union sctp_addr *peer, | 1417 | const union sctp_addr *peer, |
1418 | sctp_init_chunk_t *init, gfp_t gfp); | 1418 | sctp_init_chunk_t *init, gfp_t gfp); |