From 683f747adf43ded3141ee4f3a300ee3fb47a6cdf Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 22 Jun 2017 21:42:00 +0000 Subject: [PATCH] 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. --- xlat/socksctpoptions.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.40.0