reactos/drivers/network/tcpip/include
Jérôme Gardou 27fcfe66a2 [TCPIP][IP] Use an ERESOURCE as mutex for address files & connection end points
Spinlocks are not reentrant (and this is done a lot), using them forces us to have
an horrible hack in the kernel, which unschedules threads which are at DISPATCH_LEVEL
thus allowing another thread to take ownership of the spinlock while the unscheduled
thread should already hold it.

CORE-6473
2021-06-21 11:42:01 +02:00
..
address.h
arp.h
checksum.h
datagram.h
debug.h
dispatch.h
fileobjs.h
icmp.h
info.h
interface.h
ip.h
lan.h
linux.h
lock.h
loopback.h
neighbor.h
pool.h
ports.h
precomp.h
rawip.h
receive.h
route.h
router.h
routines.h
tags.h
tcp.h
tcpcore.h
tcpdef.h
tcpip.h
ticonsts.h
tilists.h
titypes.h
transmit.h
udp.h
wait.h