aboutgitcodebugslistschat
path: root/flow.h
Commit message (Expand)AuthorAgeFilesLines
* icmp: Store ping socket information in flow tableDavid Gibson2024-03-121-0/+4
* flow: Clarify flow entry life cycle, introduce uniform loggingDavid Gibson2024-02-291-0/+5
* flow: Add helper to determine a flow's protocolDavid Gibson2024-02-291-0/+4
* flow: Avoid moving flow entries to compact tableDavid Gibson2024-01-221-0/+1
* flow: Enforce that freeing of closed flows must happen in deferred handlersDavid Gibson2024-01-221-1/+0
* flow: Move flow_count from context structure to a globalDavid Gibson2024-01-221-2/+2
* flow, tcp: Add handling for per-flow timersDavid Gibson2024-01-221-1/+3
* flow, tcp: Add flow-centric dispatch for deferred flow handlingDavid Gibson2024-01-221-0/+1
* tcp: Implement hash table with indices rather than pointersDavid Gibson2023-12-271-0/+11
* flow,tcp: Use epoll_ref type including flow and sideDavid Gibson2023-12-041-1/+1
* flow: Introduce 'sidx' type to represent one side of one flowDavid Gibson2023-12-041-0/+14
* flow, tcp: Add logging helpers for connection related messagesDavid Gibson2023-12-041-0/+14
* flow: Make unified version of flow table compactionDavid Gibson2023-12-041-0/+2
* flow, tcp: Move TCP connection table to unified flow tableDavid Gibson2023-12-041-0/+8
* flow, tcp: Generalise connection typesDavid Gibson2023-12-041-0/+36