Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/netfilter/
Dnf_flow_table.h16 struct nf_flowtable;
55 int (*init)(struct nf_flowtable *ft);
57 int (*setup)(struct nf_flowtable *ft,
64 void (*free)(struct nf_flowtable *ft);
74 struct nf_flowtable { struct
86 static inline bool nf_flowtable_hw_offload(struct nf_flowtable *flowtable) in nf_flowtable_hw_offload() argument
222 nf_flow_table_offload_add_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_add_cb()
250 nf_flow_table_offload_del_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_del_cb()
270 int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow);
271 void flow_offload_refresh(struct nf_flowtable *flow_table,
[all …]
Dnf_tables.h1382 struct nf_flowtable data;
/Linux-v6.6/net/netfilter/
Dnf_flow_table_core.c268 int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow) in flow_offload_add()
301 void flow_offload_refresh(struct nf_flowtable *flow_table, in flow_offload_refresh()
324 static void flow_offload_del(struct nf_flowtable *flow_table, in flow_offload_del()
345 flow_offload_lookup(struct nf_flowtable *flow_table, in flow_offload_lookup()
370 nf_flow_table_iterate(struct nf_flowtable *flow_table, in nf_flow_table_iterate()
371 void (*iter)(struct nf_flowtable *flowtable, in nf_flow_table_iterate()
404 static bool nf_flow_custom_gc(struct nf_flowtable *flow_table, in nf_flow_custom_gc()
410 static void nf_flow_offload_gc_step(struct nf_flowtable *flow_table, in nf_flow_offload_gc_step()
432 void nf_flow_table_gc_run(struct nf_flowtable *flow_table) in nf_flow_table_gc_run()
439 struct nf_flowtable *flow_table; 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()
1016 nf_flow_offload_work_alloc(struct nf_flowtable *flowtable, in nf_flow_offload_work_alloc()
1039 void nf_flow_offload_add(struct nf_flowtable *flowtable, in nf_flow_offload_add()
1051 void nf_flow_offload_del(struct nf_flowtable *flowtable, in nf_flow_offload_del()
1064 void nf_flow_offload_stats(struct nf_flowtable *flowtable, in nf_flow_offload_stats()
1081 void nf_flow_table_offload_flush_cleanup(struct nf_flowtable *flowtable) in nf_flow_table_offload_flush_cleanup()
1089 void nf_flow_table_offload_flush(struct nf_flowtable *flowtable) in nf_flow_table_offload_flush()
1098 static int nf_flow_table_block_setup(struct nf_flowtable *flowtable, in nf_flow_table_block_setup()
[all …]
Dnf_flow_table_ip.c347 struct nf_flowtable *flow_table, struct sk_buff *skb) in nf_flow_offload_lookup()
362 struct nf_flowtable *flow_table, in nf_flow_offload_forward()
413 struct nf_flowtable *flow_table = priv; in nf_flow_offload_ip_hook()
641 struct nf_flowtable *flow_table, in nf_flow_offload_ipv6_forward()
688 struct nf_flowtable *flow_table, in nf_flow_offload_ipv6_lookup()
708 struct nf_flowtable *flow_table = priv; in nf_flow_offload_ipv6_hook()
Dnft_flow_offload.c96 unsigned char *ha, struct nf_flowtable *flowtable) in nft_dev_path_info()
296 struct nf_flowtable *flowtable = &priv->flowtable->data; in nft_flow_offload_eval()
DKconfig745 to be shown in procfs under net/netfilter/nf_flowtable.
/Linux-v6.6/include/net/tc_act/
Dtc_ct.h31 struct nf_flowtable *nf_ft;
55 static inline struct nf_flowtable *tcf_ct_ft(const struct tc_action *a) in tcf_ct_ft()
63 static inline struct nf_flowtable *tcf_ct_ft(const struct tc_action *a) in tcf_ct_ft()
/Linux-v6.6/drivers/net/ethernet/sfc/
Dtc_conntrack.h23 struct nf_flowtable *nf_ft;
35 struct nf_flowtable *ct_ft);
Dtc_conntrack.c473 struct nf_flowtable *ct_ft) in efx_tc_ct_register_zone()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.h23 struct nf_flowtable;
28 struct nf_flowtable *nf_ft;
Dtc_ct.c107 struct nf_flowtable *nf_ft;
1797 struct nf_flowtable *nf_ft) in mlx5_tc_ct_add_ft_cb()
/Linux-v6.6/Documentation/networking/
Dindex.rst85 nf_flowtable
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/flower/
Dconntrack.h64 struct nf_flowtable *nft;
Dconntrack.c2213 struct nf_flowtable *nft; in nfp_fl_ct_del_flow()
/Linux-v6.6/include/net/
Dflow_offload.h295 struct nf_flowtable *flow_table;
/Linux-v6.6/net/sched/
Dact_ct.c48 struct nf_flowtable nf_ft;
617 struct nf_flowtable *nf_ft = &p->ct_ft->nf_ft; in tcf_ct_flow_table_lookup()