From: Eugene Syromyatnikov Date: Sun, 19 Aug 2018 07:59:01 +0000 (+0200) Subject: xlat: add SCTP_REUSE_PORT to sock_sctp_options.in X-Git-Tag: v4.25~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9578731fcabf329c1d5deb05afd12d2b8c61974;p=strace xlat: add SCTP_REUSE_PORT to sock_sctp_options.in * xlat/sock_sctp_options.in (SCTP_REUSE_PORT): New constant, introduced by Linux commit v4.19-rc1~140^2~518. --- diff --git a/xlat/sock_sctp_options.in b/xlat/sock_sctp_options.in index bbb914ed..db136805 100644 --- a/xlat/sock_sctp_options.in +++ b/xlat/sock_sctp_options.in @@ -34,6 +34,7 @@ SCTP_RECVRCVINFO 32 SCTP_RECVNXTINFO 33 SCTP_DEFAULT_SNDINFO 34 SCTP_AUTH_DEACTIVATE_KEY 35 +SCTP_REUSE_PORT 36 /* linux specific things */ SCTP_SOCKOPT_BINDX_ADD 100 SCTP_SOCKOPT_BINDX_REM 101