Searched refs:nf_flow_table (Results 1 – 2 of 2) sorted by relevance
40 struct nf_flowtable *nf_flow_table; in bpf_xdp_flow_tuple_lookup() local43 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()
143 obj-$(CONFIG_NF_FLOW_TABLE) += nf_flow_table.o144 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.o148 nf_flow_table-$(CONFIG_DEBUG_INFO_BTF_MODULES) += nf_flow_table_bpf.o150 nf_flow_table-$(CONFIG_DEBUG_INFO_BTF) += nf_flow_table_bpf.o
Completed in 4 milliseconds