Home
last modified time | relevance | path

Searched refs:nf_flowtable (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/include/net/netfilter/
Dnf_flow_table.h14 struct nf_flowtable;
51 int (*init)(struct nf_flowtable *ft);
52 int (*setup)(struct nf_flowtable *ft,
59 void (*free)(struct nf_flowtable *ft);
69 struct nf_flowtable { struct
81 static inline bool nf_flowtable_hw_offload(struct nf_flowtable *flowtable) in nf_flowtable_hw_offload() argument
165 nf_flow_table_offload_add_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_add_cb()
193 nf_flow_table_offload_del_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_del_cb()
213 int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow);
214 void flow_offload_refresh(struct nf_flowtable *flow_table,
[all …]
Dnf_tables.h1242 struct nf_flowtable data;
/Linux-v5.10/net/netfilter/
Dnf_flow_table_core.c224 int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow) in flow_offload_add()
257 void flow_offload_refresh(struct nf_flowtable *flow_table, in flow_offload_refresh()
275 static void flow_offload_del(struct nf_flowtable *flow_table, in flow_offload_del()
304 flow_offload_lookup(struct nf_flowtable *flow_table, in flow_offload_lookup()
329 nf_flow_table_iterate(struct nf_flowtable *flow_table, in nf_flow_table_iterate()
364 struct nf_flowtable *flow_table = data; in nf_flow_offload_gc_step()
385 struct nf_flowtable *flow_table; in nf_flow_offload_work_gc()
387 flow_table = container_of(work, struct nf_flowtable, gc_work.work); in nf_flow_offload_work_gc()
505 int nf_flow_table_init(struct nf_flowtable *flowtable) in nf_flow_table_init()
544 void nf_flow_table_gc_cleanup(struct nf_flowtable *flowtable, in nf_flow_table_gc_cleanup()
[all …]
Dnf_flow_table_offload.c22 struct nf_flowtable *flowtable;
580 const struct nf_flowtable *flowtable = offload->flowtable; in nf_flow_offload_rule_alloc()
676 static int nf_flow_offload_tuple(struct nf_flowtable *flowtable, in nf_flow_offload_tuple()
833 nf_flow_offload_work_alloc(struct nf_flowtable *flowtable, in nf_flow_offload_work_alloc()
857 void nf_flow_offload_add(struct nf_flowtable *flowtable, in nf_flow_offload_add()
869 void nf_flow_offload_del(struct nf_flowtable *flowtable, in nf_flow_offload_del()
882 void nf_flow_offload_stats(struct nf_flowtable *flowtable, in nf_flow_offload_stats()
899 void nf_flow_table_offload_flush(struct nf_flowtable *flowtable) in nf_flow_table_offload_flush()
905 static int nf_flow_table_block_setup(struct nf_flowtable *flowtable, in nf_flow_table_block_setup()
933 struct nf_flowtable *flowtable, in nf_flow_table_block_offload_init()
[all …]
Dnf_flow_table_ip.c246 struct nf_flowtable *flow_table = priv; in nf_flow_offload_ip_hook()
488 struct nf_flowtable *flow_table = priv; in nf_flow_offload_ipv6_hook()
Dnft_flow_offload.c75 struct nf_flowtable *flowtable = &priv->flowtable->data; in nft_flow_offload_eval()
/Linux-v5.10/include/net/tc_act/
Dtc_ct.h30 struct nf_flowtable *nf_ft;
54 static inline struct nf_flowtable *tcf_ct_ft(const struct tc_action *a) in tcf_ct_ft()
62 static inline struct nf_flowtable *tcf_ct_ft(const struct tc_action *a) in tcf_ct_ft()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.h23 struct nf_flowtable;
29 struct nf_flowtable *nf_ft;
Dtc_ct.c92 struct nf_flowtable *nf_ft;
1394 struct nf_flowtable *nf_ft) in mlx5_tc_ct_add_ft_cb()
/Linux-v5.10/Documentation/networking/
Dindex.rst80 nf_flowtable
/Linux-v5.10/include/net/
Dflow_offload.h242 struct nf_flowtable *flow_table;
/Linux-v5.10/net/sched/
Dact_ct.c45 struct nf_flowtable nf_ft;
497 struct nf_flowtable *nf_ft = &p->ct_ft->nf_ft; in tcf_ct_flow_table_lookup()