aboutgitcodebugslistschat
path: root/flow_table.h
Commit message (Expand)AuthorAgeFilesLines
* icmp: Store ping socket information in flow tableDavid Gibson2024-03-121-0/+2
* flow: Avoid moving flow entries to compact tableDavid Gibson2024-01-221-1/+15
* flow: Abstract allocation of new flows with helper functionDavid Gibson2024-01-221-0/+3
* flow: Move flow_count from context structure to a globalDavid Gibson2024-01-221-0/+1
* flow: Make flow_table.h #include the protocol specific headers it needsDavid Gibson2024-01-221-0/+2
* flow: Introduce 'sidx' type to represent one side of one flowDavid Gibson2023-12-041-0/+38
* flow, tcp: Consolidate flow pointer<->index helpersDavid Gibson2023-12-041-0/+25
* flow, tcp: Move TCP connection table to unified flow tableDavid Gibson2023-12-041-0/+25