]> Gentwo Git Trees - linux/.git/commit
netfilter: flowtable: move path discovery infrastructure to its own file
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 10 Oct 2025 10:32:23 +0000 (12:32 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 27 Nov 2025 23:59:43 +0000 (23:59 +0000)
commit93d7a7ed07342f5e3da2d250cfd67f899d0b5318
tree7f7ef898a8216c225be422d2373fc3d5ada27589
parent634f3853cc98d73bdec8918010ee29b06981583e
netfilter: flowtable: move path discovery infrastructure to its own file

This file contains the path discovery that is run from the forward chain
for the packet offloading the flow into the flowtable. This consists
of a series of calls to dev_fill_forward_path() for each device stack.

More topologies may be supported in the future, so move this code to its
own file to separate it from the nftables flow_offload expression.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_flow_table.h
net/netfilter/Makefile
net/netfilter/nf_flow_table_path.c [new file with mode: 0644]
net/netfilter/nft_flow_offload.c