Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/netfilter/
Dnf_flow_table.h16 struct nf_flowtable;
55 int (*init)(struct nf_flowtable *ft);
56 int (*setup)(struct nf_flowtable *ft,
63 void (*free)(struct nf_flowtable *ft);
73 struct nf_flowtable { struct
85 static inline bool nf_flowtable_hw_offload(struct nf_flowtable *flowtable) in nf_flowtable_hw_offload() argument
219 nf_flow_table_offload_add_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_add_cb()
247 nf_flow_table_offload_del_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_del_cb()
267 int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow);
268 void flow_offload_refresh(struct nf_flowtable *flow_table,
[all …]
Dnf_tables.h1350 struct nf_flowtable data;
/Linux-v6.1/net/netfilter/
Dnf_flow_table_core.c283 int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow) in flow_offload_add()
316 void flow_offload_refresh(struct nf_flowtable *flow_table, in flow_offload_refresh()
339 static void flow_offload_del(struct nf_flowtable *flow_table, in flow_offload_del()
360 flow_offload_lookup(struct nf_flowtable *flow_table, in flow_offload_lookup()
385 nf_flow_table_iterate(struct nf_flowtable *flow_table, in nf_flow_table_iterate()
386 void (*iter)(struct nf_flowtable *flowtable, in nf_flow_table_iterate()
419 static void nf_flow_offload_gc_step(struct nf_flowtable *flow_table, in nf_flow_offload_gc_step()
440 void nf_flow_table_gc_run(struct nf_flowtable *flow_table) in nf_flow_table_gc_run()
447 struct nf_flowtable *flow_table; in nf_flow_offload_work_gc()
449 flow_table = container_of(work, struct nf_flowtable, gc_work.work); in nf_flow_offload_work_gc()
[all …]
Dnf_flow_table_offload.c23 struct nf_flowtable *flowtable;
736 const struct nf_flowtable *flowtable = offload->flowtable; in nf_flow_offload_rule_alloc()
835 static int nf_flow_offload_tuple(struct nf_flowtable *flowtable, in nf_flow_offload_tuple()
1012 nf_flow_offload_work_alloc(struct nf_flowtable *flowtable, in nf_flow_offload_work_alloc()
1035 void nf_flow_offload_add(struct nf_flowtable *flowtable, in nf_flow_offload_add()
1047 void nf_flow_offload_del(struct nf_flowtable *flowtable, in nf_flow_offload_del()
1060 void nf_flow_offload_stats(struct nf_flowtable *flowtable, in nf_flow_offload_stats()
1077 void nf_flow_table_offload_flush_cleanup(struct nf_flowtable *flowtable) in nf_flow_table_offload_flush_cleanup()
1085 void nf_flow_table_offload_flush(struct nf_flowtable *flowtable) in nf_flow_table_offload_flush()
1094 static int nf_flow_table_block_setup(struct nf_flowtable *flowtable, in nf_flow_table_block_setup()
[all …]
Dnft_flow_offload.c96 unsigned char *ha, struct nf_flowtable *flowtable) in nft_dev_path_info()
291 struct nf_flowtable *flowtable = &priv->flowtable->data; in nft_flow_offload_eval()
Dnf_flow_table_ip.c344 struct nf_flowtable *flow_table = priv; in nf_flow_offload_ip_hook()
606 struct nf_flowtable *flow_table = priv; in nf_flow_offload_ipv6_hook()
DKconfig742 to be shown in procfs under net/netfilter/nf_flowtable.
/Linux-v6.1/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-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.h23 struct nf_flowtable;
29 struct nf_flowtable *nf_ft;
Dtc_ct.c112 struct nf_flowtable *nf_ft;
1690 struct nf_flowtable *nf_ft) in mlx5_tc_ct_add_ft_cb()
/Linux-v6.1/Documentation/networking/
Dindex.rst83 nf_flowtable
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/flower/
Dconntrack.h64 struct nf_flowtable *nft;
/Linux-v6.1/include/net/
Dflow_offload.h279 struct nf_flowtable *flow_table;
/Linux-v6.1/net/sched/
Dact_ct.c46 struct nf_flowtable nf_ft;
594 struct nf_flowtable *nf_ft = &p->ct_ft->nf_ft; in tcf_ct_flow_table_lookup()