summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/pff.h
Commit message (Collapse)AuthorAgeFilesLines
* lib, ipcpd: Add hashtable and PDU Forwarding FunctionSander Vrijders2016-12-211-0/+55
This adds a hash table that takes 64-bit integers as key and uses separate chaining on collision. It also adds the PDU Forwarding Function, which the Flow Manager can use to lookup the fd towards the next hop. Routing policies will add/update/remove entries in the PFF.