From: Dmitry V. Levin Date: Thu, 22 Jun 2017 21:42:00 +0000 (+0000) Subject: Update SCTP_* constants X-Git-Tag: v4.18~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=683f747adf43ded3141ee4f3a300ee3fb47a6cdf;p=strace Update SCTP_* constants * xlat/socksctpoptions.in: Add SCTP_ENABLE_STREAM_RESET, SCTP_RESET_STREAMS, SCTP_RESET_ASSOC, SCTP_ADD_STREAMS, SCTP_RECONFIG_SUPPORTED, and SCTP_PR_STREAM_STATUS introduced by linux kernel commits v4.11-rc1~124^2~387^2~1, v4.11-rc1~124^2~387^2, v4.11-rc1~124^2~166^2~2, v4.11-rc1~124^2~166^2, v4.12-rc1~64^3~469^2, and v4.12-rc1~64^3~276, respectively. --- diff --git a/xlat/socksctpoptions.in b/xlat/socksctpoptions.in index fa967a23..dfe87378 100644 --- a/xlat/socksctpoptions.in +++ b/xlat/socksctpoptions.in @@ -50,3 +50,9 @@ SCTP_GET_ASSOC_STATS SCTP_PR_SUPPORTED SCTP_DEFAULT_PRINFO SCTP_PR_ASSOC_STATUS +SCTP_PR_STREAM_STATUS +SCTP_RECONFIG_SUPPORTED +SCTP_ENABLE_STREAM_RESET +SCTP_RESET_STREAMS +SCTP_RESET_ASSOC +SCTP_ADD_STREAMS