Home
last modified time | relevance | path

Searched refs:nf_flow_table (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/
A Dnf_flow_table_bpf.c40 struct nf_flowtable *nf_flow_table; in bpf_xdp_flow_tuple_lookup() local
43 nf_flow_table = nf_flowtable_by_dev(dev); in bpf_xdp_flow_tuple_lookup()
44 if (!nf_flow_table) in bpf_xdp_flow_tuple_lookup()
47 tuplehash = flow_offload_lookup(nf_flow_table, tuple); in bpf_xdp_flow_tuple_lookup()
53 flow_offload_refresh(nf_flow_table, nf_flow, false); in bpf_xdp_flow_tuple_lookup()
A DMakefile143 obj-$(CONFIG_NF_FLOW_TABLE) += nf_flow_table.o
144 nf_flow_table-objs := nf_flow_table_core.o nf_flow_table_ip.o \
146 nf_flow_table-$(CONFIG_NF_FLOW_TABLE_PROCFS) += nf_flow_table_procfs.o
148 nf_flow_table-$(CONFIG_DEBUG_INFO_BTF_MODULES) += nf_flow_table_bpf.o
150 nf_flow_table-$(CONFIG_DEBUG_INFO_BTF) += nf_flow_table_bpf.o

Completed in 4 milliseconds