(OK) porting MPTCP to android-x86-6.0-rc1 - altered files - modified files
[root@localhost ~]# tree /root/opt/android-x86/android-x86-6.0-rc1/kernel
/root/opt/android-x86/android-x86-6.0-rc1/kernel
├── arch
│ └── x86
│ └── configs
│ └── android-x86_64_defconfig
├── include
│ ├── linux
│ │ ├── ipv6.h
│ │ ├── skbuff.h
│ │ └── tcp.h
│ ├── net
│ │ ├── inet6_connection_sock.h
│ │ ├── inet_common.h
│ │ ├── inet_connection_sock.h
│ │ ├── inet_hashtables.h
│ │ ├── inet_sock.h
│ │ ├── inet_timewait_sock.h
│ │ ├── mptcp.h
│ │ ├── mptcp_v4.h
│ │ ├── mptcp_v6.h
│ │ ├── net_namespace.h
│ │ ├── netns
│ │ │ └── mptcp.h
│ │ ├── request_sock.h
│ │ ├── sock.h
│ │ ├── tcp.h
│ │ └── transp_v6.h
│ └── uapi
│ └── linux
│ ├── if.h
│ └── tcp.h
└── net
├── core
│ ├── request_sock.c
│ └── sock.c
├── ipv4
│ ├── af_inet.c
│ ├── inet_connection_sock.c
│ ├── inet_hashtables.c
│ ├── inet_timewait_sock.c
│ ├── ip_input.c
│ ├── ip_output.c
│ ├── ip_sockglue.c
│ ├── syncookies.c
│ ├── tcp.c
│ ├── tcp_fastopen.c
│ ├── tcp_input.c
│ ├── tcp_ipv4.c
│ ├── tcp_minisocks.c
│ ├── tcp_output.c
│ └── tcp_timer.c
├── ipv6
│ ├── af_inet6.c
│ ├── inet6_connection_sock.c
│ ├── ipv6_sockglue.c
│ ├── syncookies.c
│ └── tcp_ipv6.c
├── Kconfig
├── Makefile
└── mptcp
├── Kconfig
├── Makefile
├── mptcp_balia.c
├── mptcp_binder.c
├── mptcp_coupled.c
├── mptcp_ctrl.c
├── mptcp_fullmesh.c
├── mptcp_input.c
├── mptcp_ipv4.c
├── mptcp_ipv6.c
├── mptcp_ndiffports.c
├── mptcp_ofo_queue.c
├── mptcp_olia.c
├── mptcp_output.c
├── mptcp_pm.c
├── mptcp_redundant.c
├── mptcp_rr.c
├── mptcp_sched.c
└── mptcp_wvegas.c
14 directories, 64 files
[root@localhost ~]#
/root/opt/android-x86/android-x86-6.0-rc1/kernel
├── arch
│ └── x86
│ └── configs
│ └── android-x86_64_defconfig
├── include
│ ├── linux
│ │ ├── ipv6.h
│ │ ├── skbuff.h
│ │ └── tcp.h
│ ├── net
│ │ ├── inet6_connection_sock.h
│ │ ├── inet_common.h
│ │ ├── inet_connection_sock.h
│ │ ├── inet_hashtables.h
│ │ ├── inet_sock.h
│ │ ├── inet_timewait_sock.h
│ │ ├── mptcp.h
│ │ ├── mptcp_v4.h
│ │ ├── mptcp_v6.h
│ │ ├── net_namespace.h
│ │ ├── netns
│ │ │ └── mptcp.h
│ │ ├── request_sock.h
│ │ ├── sock.h
│ │ ├── tcp.h
│ │ └── transp_v6.h
│ └── uapi
│ └── linux
│ ├── if.h
│ └── tcp.h
└── net
├── core
│ ├── request_sock.c
│ └── sock.c
├── ipv4
│ ├── af_inet.c
│ ├── inet_connection_sock.c
│ ├── inet_hashtables.c
│ ├── inet_timewait_sock.c
│ ├── ip_input.c
│ ├── ip_output.c
│ ├── ip_sockglue.c
│ ├── syncookies.c
│ ├── tcp.c
│ ├── tcp_fastopen.c
│ ├── tcp_input.c
│ ├── tcp_ipv4.c
│ ├── tcp_minisocks.c
│ ├── tcp_output.c
│ └── tcp_timer.c
├── ipv6
│ ├── af_inet6.c
│ ├── inet6_connection_sock.c
│ ├── ipv6_sockglue.c
│ ├── syncookies.c
│ └── tcp_ipv6.c
├── Kconfig
├── Makefile
└── mptcp
├── Kconfig
├── Makefile
├── mptcp_balia.c
├── mptcp_binder.c
├── mptcp_coupled.c
├── mptcp_ctrl.c
├── mptcp_fullmesh.c
├── mptcp_input.c
├── mptcp_ipv4.c
├── mptcp_ipv6.c
├── mptcp_ndiffports.c
├── mptcp_ofo_queue.c
├── mptcp_olia.c
├── mptcp_output.c
├── mptcp_pm.c
├── mptcp_redundant.c
├── mptcp_rr.c
├── mptcp_sched.c
└── mptcp_wvegas.c
14 directories, 64 files
[root@localhost ~]#
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通