struct ConnectionHashTag

Defined at line 186 of file ../../src/devices/misc/drivers/virtio-socket/socket.h

A Connection may get placed in three different containers. A hash table

(connections_), which requires the SinglyLinkedListable storage, a double

linked list (has_pending_tx_), and a second double linked list (has_pending_op_).