zephyr/subsys/net/ip
Marcin Gasiorek c668fbc4d2 net: ip: Add cloning of missing attributes
A few attributes isn't cloned togerder with pkt.
This commit add missing part.
Additionally, because the `eof` flag in net_pkt structure is
avilable unconditionally hence `#if defined(CONFIG_NET_SOCKETS)`
guard has been removed form setter and getter functions for
this flag.

Signed-off-by: Marcin Gasiorek <marcin.gasiorek@nordicsemi.no>
2023-09-21 13:36:20 +02:00
..
6lo.c
6lo.h
6lo_private.h
CMakeLists.txt
Kconfig net: sockets: add support for SO_REUSEPORT 2023-09-20 08:56:31 +02:00
Kconfig.debug
Kconfig.ipv4
Kconfig.ipv6
Kconfig.mgmt
Kconfig.stack
Kconfig.stats net: ip: stats: changed dependency for PPP stats 2023-09-15 15:13:06 -05:00
canbus_socket.c
canbus_socket.h
connection.c net: sockets: add support for SO_REUSEPORT 2023-09-20 08:56:31 +02:00
connection.h
dhcpv4.c
dhcpv4.h
icmpv4.c net: Add configuration option to allow any priority 2023-09-12 21:26:28 -04:00
icmpv4.h net: Add priority to ping 2023-09-12 21:26:28 -04:00
icmpv6.c net: Add configuration option to allow any priority 2023-09-12 21:26:28 -04:00
icmpv6.h net: Add priority to ping 2023-09-12 21:26:28 -04:00
igmp.c
ipv4.c
ipv4.h
ipv4_autoconf.c
ipv4_autoconf_internal.h
ipv4_fragment.c net: Deprecated and unused flags cleanup. 2023-09-21 13:36:20 +02:00
ipv6.c
ipv6.h
ipv6_fragment.c net: fix few mismatched CONTAINER_OF 2023-08-30 10:21:31 +02:00
ipv6_mld.c
ipv6_nbr.c net: Deprecated and unused flags cleanup. 2023-09-21 13:36:20 +02:00
nbr.c
nbr.h
net_context.c net: sockets: add support for SO_REUSEPORT 2023-09-20 08:56:31 +02:00
net_core.c
net_if.c net: Deprecated and unused flags cleanup. 2023-09-21 13:36:20 +02:00
net_mgmt.c net: mgmt: Fix memory corruption in wait_on_iface 2023-09-07 09:44:06 +02:00
net_pkt.c net: ip: Add cloning of missing attributes 2023-09-21 13:36:20 +02:00
net_private.h net: sockets: add support for SO_REUSEPORT 2023-09-20 08:56:31 +02:00
net_shell.c net: Add priority to ping 2023-09-12 21:26:28 -04:00
net_shell.h
net_stats.c
net_stats.h
net_tc.c
net_tc_mapping.h
net_timeout.c
packet_socket.c
packet_socket.h
promiscuous.c
route.c net: fix few mismatched CONTAINER_OF 2023-08-30 10:21:31 +02:00
route.h
tcp.c net: sockets: add support for SO_REUSEADDR 2023-09-20 08:56:31 +02:00
tcp.h
tcp_internal.h
tcp_private.h
tp.c
tp.h
tp_priv.h
trickle.c
udp.c
udp_internal.h
utils.c