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_arm64.const | |
| 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_arm64.const')
| -rw-r--r-- | sys/linux/mptcp_arm64.const | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/linux/mptcp_arm64.const b/sys/linux/mptcp_arm64.const new file mode 100644 index 000000000..b51727b62 --- /dev/null +++ b/sys/linux/mptcp_arm64.const @@ -0,0 +1,10 @@ +# AUTOGENERATED FILE +# OPTION_ADD_ADDR is not set +# OPTION_MP_CAPABLE is not set +# OPTION_MP_FCLOSE is not set +# OPTION_MP_JOIN is not set +# OPTION_REMOVE_ADDR is not set +# OPTION_TYPE_ACK is not set +# OPTION_TYPE_SYN is not set +# OPTION_TYPE_SYNACK is not set +TCPOPT_MPTCP = 30 |
