zephyr/subsys/net/ip
Pisit Sawangvonganan c9f9d5cdda net: tcp: remove redundant null check for conn in net_tcp_put()
A null check for the TCP connection `conn` was added at the start of
the function, but the previous checks were not removed, leading to
a redundant null check, which is unnecessary.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-09-30 09:04:48 +02:00
..
6lo_private.h
6lo.c
6lo.h
canbus_socket.c
canbus_socket.h
CMakeLists.txt
connection.c net: ip: fix typo 2024-06-25 21:19:00 -04:00
connection.h everywhere: replace double words 2024-06-22 05:40:22 -04:00
icmp.c
icmpv4.c net: Support partial checksum offloading 2024-06-14 17:10:43 -04:00
icmpv4.h
icmpv6.c net: Support partial checksum offloading 2024-06-14 17:10:43 -04:00
icmpv6.h
igmp.c
ipv4_acd.c
ipv4_autoconf.c
ipv4_fragment.c net: ipv4: Fix tx_pkts slab leak in send_ipv4_fragment 2024-07-27 10:45:14 +03:00
ipv4.c net: ip: fix typo 2024-06-25 21:19:00 -04:00
ipv4.h
ipv6_fragment.c
ipv6_mld.c
ipv6_nbr.c net: Add onlink and forwarding check to IPv6-prepare 2024-09-17 20:11:32 -04:00
ipv6_pe.c net: ipv6-pe: Verify that hmac calculation was ok 2024-07-03 15:25:58 +02:00
ipv6.c net: ipv6: Allow incoming DAD NS message 2024-08-26 11:07:59 -04:00
ipv6.h net: ip: fix typo 2024-06-25 21:19:00 -04:00
Kconfig net: shell: Allow user to disable not used commands 2024-09-23 14:10:15 +01:00
Kconfig.debug
Kconfig.ipv4 net: ipv4: Make native IPv4 options dependent on NET_NATIVE_IPV4 2024-09-23 14:08:34 +01:00
Kconfig.ipv6 net: ipv6: Setting Router Solication Packet timeout 2024-09-23 12:00:35 +02:00
Kconfig.mgmt
Kconfig.stack
Kconfig.stats net: stats: dns: Collect DNS statistics 2024-09-25 13:52:15 -05:00
Kconfig.tcp kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
nbr.c
nbr.h
net_context.c net: context: Set IPv4 address properly for sendmsg() 2024-09-17 05:22:48 -04:00
net_core.c net: tracing: Add net_send_data function tracing 2024-08-19 21:50:21 -04:00
net_if.c net: if: Check chksum offloading properly for VLAN interfaces 2024-09-24 10:11:33 +02:00
net_mgmt.c net: mgmt: Fix build error when event direct enabled without event info 2024-07-09 11:49:47 +02:00
net_pkt.c lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
net_private.h net: sockets: Update msg_controllen in recvmsg properly 2024-08-23 15:50:37 +01:00
net_stats.c
net_stats.h net: stats: dns: Collect DNS statistics 2024-09-25 13:52:15 -05:00
net_tc_mapping.h
net_tc.c
net_timeout.c everywhere: replace double words 2024-06-22 05:40:22 -04:00
packet_socket.c
packet_socket.h
promiscuous.c
route.c net: ipv6: route: get nexthop's LL address only if relevant 2024-08-08 15:37:32 +02:00
route.h net: ipv6: mcast_routing: hop limit handling 2024-06-13 05:44:30 -04:00
tcp_internal.h
tcp_private.h net: tcp: Keep track of recv window size change since last ACK 2024-07-31 12:56:52 +02:00
tcp.c net: tcp: remove redundant null check for conn in net_tcp_put() 2024-09-30 09:04:48 +02:00
tcp.h
tp_priv.h net: change controlling expressions in while to Boolean 2024-06-11 20:03:16 +03:00
tp.c net: change controlling expressions in while to Boolean 2024-06-11 20:03:16 +03:00
tp.h
udp_internal.h
udp.c net: Support partial checksum offloading 2024-06-14 17:10:43 -04:00
utils.c net: ip: utils: revise data type declarations in z_impl_net_addr_ntop 2024-08-06 17:15:50 -04:00