diff options
Diffstat (limited to 'include/net/sctp/sm.h')
| -rw-r--r-- | include/net/sctp/sm.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/net/sctp/sm.h b/include/net/sctp/sm.h index b5887e1677e4..2a82d1384706 100644 --- a/include/net/sctp/sm.h +++ b/include/net/sctp/sm.h @@ -234,6 +234,8 @@ struct sctp_chunk *sctp_make_abort_violation(const struct sctp_association *,  struct sctp_chunk *sctp_make_violation_paramlen(const struct sctp_association *,  				   const struct sctp_chunk *,  				   struct sctp_paramhdr *); +struct sctp_chunk *sctp_make_violation_max_retrans(const struct sctp_association *, +						   const struct sctp_chunk *);  struct sctp_chunk *sctp_make_heartbeat(const struct sctp_association *,  				  const struct sctp_transport *);  struct sctp_chunk *sctp_make_heartbeat_ack(const struct sctp_association *, |