diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/sctp/sm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/sctp/sm.h b/include/net/sctp/sm.h index 7f4eeb340a54..72a31db47ded 100644 --- a/include/net/sctp/sm.h +++ b/include/net/sctp/sm.h | |||
| @@ -248,9 +248,9 @@ struct sctp_chunk *sctp_make_asconf_update_ip(struct sctp_association *, | |||
| 248 | int, __be16); | 248 | int, __be16); |
| 249 | struct sctp_chunk *sctp_make_asconf_set_prim(struct sctp_association *asoc, | 249 | struct sctp_chunk *sctp_make_asconf_set_prim(struct sctp_association *asoc, |
| 250 | union sctp_addr *addr); | 250 | union sctp_addr *addr); |
| 251 | int sctp_verify_asconf(const struct sctp_association *asoc, | 251 | bool sctp_verify_asconf(const struct sctp_association *asoc, |
| 252 | struct sctp_paramhdr *param_hdr, void *chunk_end, | 252 | struct sctp_chunk *chunk, bool addr_param_needed, |
| 253 | struct sctp_paramhdr **errp); | 253 | struct sctp_paramhdr **errp); |
| 254 | struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc, | 254 | struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc, |
| 255 | struct sctp_chunk *asconf); | 255 | struct sctp_chunk *asconf); |
| 256 | int sctp_process_asconf_ack(struct sctp_association *asoc, | 256 | int sctp_process_asconf_ack(struct sctp_association *asoc, |
