summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2021-12-09 23:27:24 +0100
committerEugene Syromyatnikov <evgsyr@gmail.com>2021-12-13 13:23:54 +0100
commitf394caad73844c8e4a541163fa17f8639ad940dd (patch)
treef74a5872ba65905733c3d684826cc86e57a9b4ab
parent7414b5ce4af3b8ee64f4dd6aa12327ebee86cc31 (diff)
downloadstrace-f394caad73844c8e4a541163fa17f8639ad940dd.tar.gz
fixup! net: implement SOL_MPTCP socket options decoding
-rw-r--r--src/xlat/socketlayers.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xlat/socketlayers.in b/src/xlat/socketlayers.in
index fe32a60f1..6fd0ba2ba 100644
--- a/src/xlat/socketlayers.in
+++ b/src/xlat/socketlayers.in
@@ -41,6 +41,7 @@ SOL_NFC 280
SOL_KCM 281
SOL_TLS 282
SOL_XDP 283
+SOL_MPTCP 284
#if defined __alpha__ || defined __hppa__ || defined __mips__ || defined __sparc__
SOL_SOCKET 0xffff
#endif