Lines Matching refs:flowtable
4 Netfilter's flowtable infrastructure
7 This documentation describes the software flowtable infrastructure available in
15 in both directions), then you can decide to offload the flow to the flowtable
18 Packets that find an entry in the flowtable (ie. flowtable hit) are sent to the
21 netfilter hooks coming after the ingress). In case of flowtable miss, the packet
24 The flowtable uses a resizable hashtable, lookups are based on the following
35 including the Netfilter hooks and the flowtable fastpath bypass.
53 flowtable | ____\/___ | |
59 |_____| | flowtable |
67 Fig.1 Netfilter hooks and flowtable interactions
69 The flowtable entry also stores the NAT configuration, so all packets are
73 path given that the transport selectors are missing, therefore flowtable lookup
79 Enabling the flowtable bypass is relatively easy, you only need to create a
80 flowtable and add one rule to your forward chain::
83 flowtable f {
93 This example adds the flowtable 'f' to the ingress hook of the eth0 and eth1
95 perform resource partitioning. The flowtable priority defines the order in which
97 nftables ingress chain (make sure the flowtable priority is smaller than the
98 nftables ingress chain hence the flowtable runs before in the pipeline).
101 flowtable for the TCP syn-ack packet coming in the reply direction. Once the