Merge branch 'sctp-add-some-missing-events-from-rfc5061'
Xin Long says:
====================
There are 4 events defined in rfc5061 missed in linux sctp:
SCTP_ADDR_ADDED, SCTP_ADDR_REMOVED, SCTP_ADDR_MADE_PRIM and
SCTP_SEND_FAILED_EVENT.
This patchset is to add them up.
====================
Signed-off-by:
Jakub Kicinski <jakub.kicinski@netronome.com>
Showing
- include/net/sctp/ulpevent.h 9 additions, 7 deletionsinclude/net/sctp/ulpevent.h
- include/uapi/linux/sctp.h 15 additions, 1 deletioninclude/uapi/linux/sctp.h
- net/sctp/associola.c 9 additions, 13 deletionsnet/sctp/associola.c
- net/sctp/chunk.c 19 additions, 21 deletionsnet/sctp/chunk.c
- net/sctp/ulpevent.c 56 additions, 1 deletionnet/sctp/ulpevent.c
Please register or sign in to comment