Symbol: nf_flowtable
drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c
109
struct nf_flowtable *nf_ft;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c
1848
struct nf_flowtable *nf_ft)
drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.h
23
struct nf_flowtable;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.h
28
struct nf_flowtable *nf_ft;
drivers/net/ethernet/netronome/nfp/flower/conntrack.c
2253
struct nf_flowtable *nft;
drivers/net/ethernet/netronome/nfp/flower/conntrack.h
64
struct nf_flowtable *nft;
drivers/net/ethernet/sfc/tc_conntrack.c
560
struct nf_flowtable *ct_ft)
drivers/net/ethernet/sfc/tc_conntrack.h
23
struct nf_flowtable *nf_ft;
drivers/net/ethernet/sfc/tc_conntrack.h
35
struct nf_flowtable *ct_ft);
include/net/flow_offload.h
297
struct nf_flowtable *flow_table;
include/net/netfilter/nf_flow_table.h
16
struct nf_flowtable;
include/net/netfilter/nf_flow_table.h
250
nf_flow_table_offload_add_cb(struct nf_flowtable *flow_table,
include/net/netfilter/nf_flow_table.h
283
nf_flow_table_offload_del_cb(struct nf_flowtable *flow_table,
include/net/netfilter/nf_flow_table.h
306
int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow);
include/net/netfilter/nf_flow_table.h
307
void flow_offload_refresh(struct nf_flowtable *flow_table,
include/net/netfilter/nf_flow_table.h
310
struct flow_offload_tuple_rhash *flow_offload_lookup(struct nf_flowtable *flow_table,
include/net/netfilter/nf_flow_table.h
312
void nf_flow_table_gc_run(struct nf_flowtable *flow_table);
include/net/netfilter/nf_flow_table.h
313
void nf_flow_table_gc_cleanup(struct nf_flowtable *flowtable,
include/net/netfilter/nf_flow_table.h
317
int nf_flow_table_init(struct nf_flowtable *flow_table);
include/net/netfilter/nf_flow_table.h
318
void nf_flow_table_free(struct nf_flowtable *flow_table);
include/net/netfilter/nf_flow_table.h
333
struct nf_flowtable *nf_flowtable_by_dev(const struct net_device *dev);
include/net/netfilter/nf_flow_table.h
334
int nf_flow_offload_xdp_setup(struct nf_flowtable *flowtable,
include/net/netfilter/nf_flow_table.h
356
void nf_flow_offload_add(struct nf_flowtable *flowtable,
include/net/netfilter/nf_flow_table.h
358
void nf_flow_offload_del(struct nf_flowtable *flowtable,
include/net/netfilter/nf_flow_table.h
360
void nf_flow_offload_stats(struct nf_flowtable *flowtable,
include/net/netfilter/nf_flow_table.h
363
void nf_flow_table_offload_flush(struct nf_flowtable *flowtable);
include/net/netfilter/nf_flow_table.h
364
void nf_flow_table_offload_flush_cleanup(struct nf_flowtable *flowtable);
include/net/netfilter/nf_flow_table.h
366
int nf_flow_table_offload_setup(struct nf_flowtable *flowtable,
include/net/netfilter/nf_flow_table.h
55
int (*init)(struct nf_flowtable *ft);
include/net/netfilter/nf_flow_table.h
57
int (*setup)(struct nf_flowtable *ft,
include/net/netfilter/nf_flow_table.h
64
void (*free)(struct nf_flowtable *ft);
include/net/netfilter/nf_flow_table.h
65
void (*get)(struct nf_flowtable *ft);
include/net/netfilter/nf_flow_table.h
66
void (*put)(struct nf_flowtable *ft);
include/net/netfilter/nf_flow_table.h
89
static inline bool nf_flowtable_hw_offload(struct nf_flowtable *flowtable)
include/net/netfilter/nf_tables.h
1496
struct nf_flowtable data;
include/net/tc_act/tc_ct.h
32
struct nf_flowtable *nf_ft;
include/net/tc_act/tc_ct.h
56
static inline struct nf_flowtable *tcf_ct_ft(const struct tc_action *a)
include/net/tc_act/tc_ct.h
69
static inline struct nf_flowtable *tcf_ct_ft(const struct tc_action *a)
net/netfilter/nf_flow_table_bpf.c
40
struct nf_flowtable *nf_flow_table;
net/netfilter/nf_flow_table_core.c
323
int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow)
net/netfilter/nf_flow_table_core.c
356
void flow_offload_refresh(struct nf_flowtable *flow_table,
net/netfilter/nf_flow_table_core.c
375
static void flow_offload_del(struct nf_flowtable *flow_table,
net/netfilter/nf_flow_table_core.c
396
flow_offload_lookup(struct nf_flowtable *flow_table,
net/netfilter/nf_flow_table_core.c
421
nf_flow_table_iterate(struct nf_flowtable *flow_table,
net/netfilter/nf_flow_table_core.c
422
void (*iter)(struct nf_flowtable *flowtable,
net/netfilter/nf_flow_table_core.c
455
static bool nf_flow_custom_gc(struct nf_flowtable *flow_table,
net/netfilter/nf_flow_table_core.c
558
static void nf_flow_offload_gc_step(struct nf_flowtable *flow_table,
net/netfilter/nf_flow_table_core.c
590
void nf_flow_table_gc_run(struct nf_flowtable *flow_table)
net/netfilter/nf_flow_table_core.c
597
struct nf_flowtable *flow_table;
net/netfilter/nf_flow_table_core.c
599
flow_table = container_of(work, struct nf_flowtable, gc_work.work);
net/netfilter/nf_flow_table_core.c
692
int nf_flow_table_init(struct nf_flowtable *flowtable)
net/netfilter/nf_flow_table_core.c
716
static void nf_flow_table_do_cleanup(struct nf_flowtable *flow_table,
net/netfilter/nf_flow_table_core.c
732
void nf_flow_table_gc_cleanup(struct nf_flowtable *flowtable,
net/netfilter/nf_flow_table_core.c
742
struct nf_flowtable *flowtable;
net/netfilter/nf_flow_table_core.c
751
void nf_flow_table_free(struct nf_flowtable *flow_table)
net/netfilter/nf_flow_table_ip.c
1008
struct nf_flowtable *flow_table,
net/netfilter/nf_flow_table_ip.c
1061
struct nf_flowtable *flow_table,
net/netfilter/nf_flow_table_ip.c
1081
struct nf_flowtable *flow_table = priv;
net/netfilter/nf_flow_table_ip.c
484
struct nf_flowtable *flow_table, struct sk_buff *skb)
net/netfilter/nf_flow_table_ip.c
498
struct nf_flowtable *flow_table,
net/netfilter/nf_flow_table_ip.c
761
struct nf_flowtable *flow_table = priv;
net/netfilter/nf_flow_table_offload.c
1081
nf_flow_offload_work_alloc(struct nf_flowtable *flowtable,
net/netfilter/nf_flow_table_offload.c
1104
void nf_flow_offload_add(struct nf_flowtable *flowtable,
net/netfilter/nf_flow_table_offload.c
1116
void nf_flow_offload_del(struct nf_flowtable *flowtable,
net/netfilter/nf_flow_table_offload.c
1129
void nf_flow_offload_stats(struct nf_flowtable *flowtable,
net/netfilter/nf_flow_table_offload.c
1146
void nf_flow_table_offload_flush_cleanup(struct nf_flowtable *flowtable)
net/netfilter/nf_flow_table_offload.c
1154
void nf_flow_table_offload_flush(struct nf_flowtable *flowtable)
net/netfilter/nf_flow_table_offload.c
1163
static int nf_flow_table_block_setup(struct nf_flowtable *flowtable,
net/netfilter/nf_flow_table_offload.c
1193
struct nf_flowtable *flowtable,
net/netfilter/nf_flow_table_offload.c
1208
struct nf_flowtable *flowtable = block_cb->indr.data;
net/netfilter/nf_flow_table_offload.c
1220
struct nf_flowtable *flowtable,
net/netfilter/nf_flow_table_offload.c
1233
struct nf_flowtable *flowtable,
net/netfilter/nf_flow_table_offload.c
1251
int nf_flow_table_offload_setup(struct nf_flowtable *flowtable,
net/netfilter/nf_flow_table_offload.c
26
struct nf_flowtable *flowtable;
net/netfilter/nf_flow_table_offload.c
801
const struct nf_flowtable *flowtable = offload->flowtable;
net/netfilter/nf_flow_table_offload.c
900
static int nf_flow_offload_tuple(struct nf_flowtable *flowtable,
net/netfilter/nf_flow_table_path.c
94
unsigned char *ha, struct nf_flowtable *flowtable)
net/netfilter/nf_flow_table_xdp.c
12
struct nf_flowtable *ft;
net/netfilter/nf_flow_table_xdp.c
133
int nf_flow_offload_xdp_setup(struct nf_flowtable *flowtable,
net/netfilter/nf_flow_table_xdp.c
27
struct nf_flowtable *nf_flowtable_by_dev(const struct net_device *dev)
net/netfilter/nf_flow_table_xdp.c
50
static int nf_flowtable_by_dev_insert(struct nf_flowtable *ft,
net/netfilter/nf_flow_table_xdp.c
94
static void nf_flowtable_by_dev_remove(struct nf_flowtable *ft,
net/netfilter/nfnetlink_hook.c
162
struct nf_flowtable *nf_ft)
net/netfilter/nft_flow_offload.c
55
struct nf_flowtable *flowtable = &priv->flowtable->data;
net/sched/act_ct.c
298
static void tcf_ct_nf_get(struct nf_flowtable *ft)
net/sched/act_ct.c
308
static void tcf_ct_nf_put(struct nf_flowtable *ft)
net/sched/act_ct.c
55
struct nf_flowtable nf_ft;
net/sched/act_ct.c
658
struct nf_flowtable *nf_ft = &p->ct_ft->nf_ft;