nf_flowtable 13 include/net/netfilter/nf_flow_table.h struct nf_flowtable; nf_flowtable 18 include/net/netfilter/nf_flow_table.h int (*init)(struct nf_flowtable *ft); nf_flowtable 19 include/net/netfilter/nf_flow_table.h void (*free)(struct nf_flowtable *ft); nf_flowtable 93 include/net/netfilter/nf_flow_table.h int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow); nf_flowtable 94 include/net/netfilter/nf_flow_table.h struct flow_offload_tuple_rhash *flow_offload_lookup(struct nf_flowtable *flow_table, nf_flowtable 98 include/net/netfilter/nf_flow_table.h int nf_flow_table_init(struct nf_flowtable *flow_table); nf_flowtable 99 include/net/netfilter/nf_flow_table.h void nf_flow_table_free(struct nf_flowtable *flow_table); nf_flowtable 1180 include/net/netfilter/nf_tables.h struct nf_flowtable data; nf_flowtable 201 net/netfilter/nf_flow_table_core.c int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow) nf_flowtable 232 net/netfilter/nf_flow_table_core.c static void flow_offload_del(struct nf_flowtable *flow_table, nf_flowtable 267 net/netfilter/nf_flow_table_core.c flow_offload_lookup(struct nf_flowtable *flow_table, nf_flowtable 294 net/netfilter/nf_flow_table_core.c nf_flow_table_iterate(struct nf_flowtable *flow_table, nf_flowtable 329 net/netfilter/nf_flow_table_core.c struct nf_flowtable *flow_table = data; nf_flowtable 340 net/netfilter/nf_flow_table_core.c struct nf_flowtable *flow_table; nf_flowtable 342 net/netfilter/nf_flow_table_core.c flow_table = container_of(work, struct nf_flowtable, gc_work.work); nf_flowtable 463 net/netfilter/nf_flow_table_core.c int nf_flow_table_init(struct nf_flowtable *flowtable) nf_flowtable 502 net/netfilter/nf_flow_table_core.c static void nf_flow_table_iterate_cleanup(struct nf_flowtable *flowtable, nf_flowtable 511 net/netfilter/nf_flow_table_core.c struct nf_flowtable *flowtable; nf_flowtable 520 net/netfilter/nf_flow_table_core.c void nf_flow_table_free(struct nf_flowtable *flow_table) nf_flowtable 241 net/netfilter/nf_flow_table_ip.c struct nf_flowtable *flow_table = priv; nf_flowtable 472 net/netfilter/nf_flow_table_ip.c struct nf_flowtable *flow_table = priv; nf_flowtable 75 net/netfilter/nft_flow_offload.c struct nf_flowtable *flowtable = &priv->flowtable->data;