From: Eugene Syromyatnikov Date: Sun, 20 Oct 2019 16:41:34 +0000 (+0200) Subject: xlat: update sock_sctp_options X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6be0927c884db98d8f2b4987875c360c1114d606;p=strace xlat: update sock_sctp_options * xlat/sock_sctp_options.in (SCTP_ASCONF_SUPPORTED): New constant, introduced by Linux commit v5.4-rc1~131^2~204^2~4. (SCTP_AUTH_SUPPORTED): New constant, introduced by Linux commit v5.4-rc1~131^2~204^2~1. (SCTP_ECN_SUPPORTED): New constant, introduced by Linux commit v5.4-rc1~131^2~140^2. --- diff --git a/xlat/sock_sctp_options.in b/xlat/sock_sctp_options.in index 2227ef94..50fd7f77 100644 --- a/xlat/sock_sctp_options.in +++ b/xlat/sock_sctp_options.in @@ -64,3 +64,6 @@ SCTP_STREAM_SCHEDULER_VALUE 124 SCTP_INTERLEAVING_SUPPORTED 125 SCTP_SENDMSG_CONNECT 126 SCTP_EVENT 127 +SCTP_ASCONF_SUPPORTED 128 +SCTP_AUTH_SUPPORTED 129 +SCTP_ECN_SUPPORTED 130