serenity/Kernel/Net
Gunnar Beutner a9888d4ea0 AK+Kernel: Handle some allocation failures in IPv4Socket and TCPSocket
This adds try_* methods to AK::SinglyLinkedList and
AK::SinglyLinkedListWithCount and updates the network stack to use
those to gracefully handle allocation failures.

Refs #6369.
2022-11-01 14:31:48 +00:00
..
Intel Kernel: Use generic functions to change interrupt state of Processor 2022-10-26 20:01:45 +02:00
NE2000
Realtek
ARP.h
EthernetFrameHeader.h
EtherType.h
ICMP.h
IPv4.h
IPv4Socket.cpp AK+Kernel: Handle some allocation failures in IPv4Socket and TCPSocket 2022-11-01 14:31:48 +00:00
IPv4Socket.h
IPv4SocketTuple.h
LocalSocket.cpp
LocalSocket.h
LoopbackAdapter.cpp
LoopbackAdapter.h
NetworkAdapter.cpp Kernel: Move InterruptDisabler out of Arch directory 2022-10-17 20:11:31 +02:00
NetworkAdapter.h
NetworkingManagement.cpp
NetworkingManagement.h
NetworkTask.cpp
NetworkTask.h
Routing.cpp
Routing.h
Socket.cpp
Socket.h
TCP.h
TCPSocket.cpp AK+Kernel: Handle some allocation failures in IPv4Socket and TCPSocket 2022-11-01 14:31:48 +00:00
TCPSocket.h
UDP.h
UDPSocket.cpp
UDPSocket.h