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/vnet.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/vnet.txt')
| -rw-r--r-- | sys/linux/vnet.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/linux/vnet.txt b/sys/linux/vnet.txt index 3db43fbac..1045fa4b5 100644 --- a/sys/linux/vnet.txt +++ b/sys/linux/vnet.txt @@ -736,9 +736,6 @@ ipv6_payload [ # http://www.iana.org/assignments/tcp-parameters/tcp-parameters.xhtml include <net/tcp.h> -include <net/mptcp.h> -include <net/mptcp_v4.h> -include <net/mptcp_v6.h> include <uapi/linux/tcp.h> tcp_option [ |
