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