From: Eugene Syromyatnikov Date: Fri, 16 Feb 2018 18:26:02 +0000 (+0100) Subject: xlat: update the list of SCTP socket option constants X-Git-Tag: v4.22~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67ec8128bf2228b23c989d686c5313f2372aa3a6;p=strace xlat: update the list of SCTP socket option constants * xlat/socksctpoptions.in (SCTP_DELAYED_ACK): Rename to... (SCTP_DELAYED_SACK): ...this, per Linux commit v2.6.38-rc2~33^2. (SCTP_SOCKOPT_PEELOFF_FLAGS): New constant, introduced in Linux commit v4.13-rc1~157^2~39. (SCTP_STREAM_SCHEDULER): New constant, introduced in Linux commit v4.15-rc1~84^2~567^2~3. (SCTP_STREAM_SCHEDULER_VALUE): New constant, introduced in Linux commit v4.15-rc1~84^2~567^2~2. (SCTP_INTERLEAVING_SUPPORTED): New constant, introduced in Linux commit v4.16-rc1~123^2~384^2~11. * NEWS: Mention it. --- diff --git a/NEWS b/NEWS index f0740cb0..c79f71a5 100644 --- a/NEWS +++ b/NEWS @@ -13,8 +13,8 @@ Noteworthy changes in release ?.?? (????-??-??) in brackets. * Enhanced NETLINK_ROUTE protocol decoding. * Updated lists of signal codes. - * Updated lists of ETH_P_*, INET_DIAG_BC_*, POLL*, RWF_*, and SCHED_FLAG_* - constants. + * Updated lists of ETH_P_*, INET_DIAG_BC_*, POLL*, RWF_*, SCHED_FLAG_*, and + SCTP_* constants. * Implemented block/character device number printing in -yy mode. * Known pixel/SDR format names are printed as comments for pixelformat fields in v4l2 structures. diff --git a/xlat/socksctpoptions.in b/xlat/socksctpoptions.in index dfe87378..460f005c 100644 --- a/xlat/socksctpoptions.in +++ b/xlat/socksctpoptions.in @@ -14,7 +14,7 @@ SCTP_I_WANT_MAPPED_V4_ADDR SCTP_MAXSEG SCTP_STATUS SCTP_GET_PEER_ADDR_INFO -SCTP_DELAYED_ACK +SCTP_DELAYED_SACK SCTP_CONTEXT SCTP_FRAGMENT_INTERLEAVE SCTP_PARTIAL_DELIVERY_POINT @@ -56,3 +56,7 @@ SCTP_ENABLE_STREAM_RESET SCTP_RESET_STREAMS SCTP_RESET_ASSOC SCTP_ADD_STREAMS +SCTP_SOCKOPT_PEELOFF_FLAGS +SCTP_STREAM_SCHEDULER +SCTP_STREAM_SCHEDULER_VALUE +SCTP_INTERLEAVING_SUPPORTED