walnux/net/utils
dongjiuzhu1 a5485d6c53 net/utils: avoid unalign access g_tcp_connections_buffer
the address is 0x3c270203, cause unaligned access usage Fault
(gdb) p g_tcp_connections
$1 = {pool = 0x3c270203 <g_tcp_connections_buffer> <error: Cannot access memory at address 0x3c270203>,
prealloc = 8, dynalloc = 1, nodesize = -376, sem = {semcount = 32767, flags = 0 '\000',
waitlist = {head = 0x0, tail = 0x0}}, freebuffers = {head = 0x0, tail = 0x0}}

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
2025-06-09 08:04:21 -03:00
..
CMakeLists.txt net: Add buffer pool to replace connection allocation 2024-12-23 16:57:19 -03:00
Kconfig net: Rename tcp_dataconcat to net_iob_concat 2023-07-18 10:51:45 +08:00
Make.defs net: Add buffer pool to replace connection allocation 2024-12-23 16:57:19 -03:00
net_bufpool.c net/bufpool: Call init automatically on alloc 2025-01-07 22:00:21 +08:00
net_chksum.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
net_cmsg.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
net_dsec2tick.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
net_dsec2timeval.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
net_icmpchksum.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
net_incr32.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
net_iob_concat.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
net_ipchksum.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
net_ipv6_maskcmp.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
net_ipv6_payload.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
net_ipv6_pref2mask.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
net_lock.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
net_mask2pref.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
net_snoop.c net: unify Private Types banners 2025-05-28 10:17:15 +08:00
net_tcpchksum.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
net_timeval2dsec.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
net_udpchksum.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
utils.h net/utils: avoid unalign access g_tcp_connections_buffer 2025-06-09 08:04:21 -03:00