diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-01-25 16:10:00 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-01-25 16:10:00 +0100 |
| commit | a3d9f7e34dbad7e7c6804ee5107c3ddcf0bfef22 (patch) | |
| tree | 5520a26ab51407bc35d900a8ef77dd61158cfd76 /sys/linux/mptcp.txt | |
| parent | 6fde58c61bdd29262e5e1af69b65d3d3d4edf644 (diff) | |
sys/linux: fix up mptcp descriptions
1. Generate .const files for all arches.
2. Don't extract mptcp consts on android.
3. Remove mptcp includes from vnet.txt.
4. Enable CONFIG_MPTCP in syz-extract (mptcp is not like all other kernel headers).
Diffstat (limited to 'sys/linux/mptcp.txt')
| -rw-r--r-- | sys/linux/mptcp.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/linux/mptcp.txt b/sys/linux/mptcp.txt index ef5a81527..76755e385 100644 --- a/sys/linux/mptcp.txt +++ b/sys/linux/mptcp.txt @@ -1,8 +1,11 @@ # Copyright 2018 syzkaller project authors. All rights reserved. # # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -# Constants for this descriptions were generated on the following tree: -# https://github.com/multipath-tcp/mptcp_net-next +# TCP Extensions for Multipath Operation with Multiple Addresses +# https://tools.ietf.org/html/rfc6824 +# This is not upstream yes, constants for this descriptions were generated on the following tree: +# https://github.com/multipath-tcp/mptcp_net-next.git +# Once this is upstream we need to move this to vnet.txt include <net/tcp.h> include <net/mptcp.h> |
