Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/netfilter/
Dnf_flow_table.h14 struct nf_flowtable;
53 int (*init)(struct nf_flowtable *ft);
54 int (*setup)(struct nf_flowtable *ft,
61 void (*free)(struct nf_flowtable *ft);
71 struct nf_flowtable { struct
83 static inline bool nf_flowtable_hw_offload(struct nf_flowtable *flowtable) in nf_flowtable_hw_offload() argument
213 nf_flow_table_offload_add_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_add_cb()
241 nf_flow_table_offload_del_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_del_cb()
261 int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow);
262 void flow_offload_refresh(struct nf_flowtable *flow_table,
[all …]
Dnf_tables.h1288 struct nf_flowtable data;
/Linux-v5.15/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.15/net/netfilter/
Dnf_flow_table_core.c293 int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow) in flow_offload_add()
326 void flow_offload_refresh(struct nf_flowtable *flow_table, in flow_offload_refresh()
347 static void flow_offload_del(struct nf_flowtable *flow_table, in flow_offload_del()
376 flow_offload_lookup(struct nf_flowtable *flow_table, in flow_offload_lookup()
401 nf_flow_table_iterate(struct nf_flowtable *flow_table, in nf_flow_table_iterate()
456 struct nf_flowtable *flow_table = data; in nf_flow_offload_gc_step()
479 struct nf_flowtable *flow_table; in nf_flow_offload_work_gc()
481 flow_table = container_of(work, struct nf_flowtable, gc_work.work); in nf_flow_offload_work_gc()
574 int nf_flow_table_init(struct nf_flowtable *flowtable) in nf_flow_table_init()
613 void nf_flow_table_gc_cleanup(struct nf_flowtable *flowtable, in nf_flow_table_gc_cleanup()
[all …]
Dnf_flow_table_offload.c24 struct nf_flowtable *flowtable;
725 const struct nf_flowtable *flowtable = offload->flowtable; in nf_flow_offload_rule_alloc()
824 static int nf_flow_offload_tuple(struct nf_flowtable *flowtable, in nf_flow_offload_tuple()
987 nf_flow_offload_work_alloc(struct nf_flowtable *flowtable, in nf_flow_offload_work_alloc()
1011 void nf_flow_offload_add(struct nf_flowtable *flowtable, in nf_flow_offload_add()
1023 void nf_flow_offload_del(struct nf_flowtable *flowtable, in nf_flow_offload_del()
1036 void nf_flow_offload_stats(struct nf_flowtable *flowtable, in nf_flow_offload_stats()
1053 void nf_flow_table_offload_flush(struct nf_flowtable *flowtable) in nf_flow_table_offload_flush()
1062 static int nf_flow_table_block_setup(struct nf_flowtable *flowtable, in nf_flow_table_block_setup()
1090 struct nf_flowtable *flowtable, in nf_flow_table_block_offload_init()
[all …]
Dnft_flow_offload.c92 unsigned char *ha, struct nf_flowtable *flowtable) in nft_dev_path_info()
276 struct nf_flowtable *flowtable = &priv->flowtable->data; in nft_flow_offload_eval()
Dnf_flow_table_ip.c332 struct nf_flowtable *flow_table = priv; in nf_flow_offload_ip_hook()
568 struct nf_flowtable *flow_table = priv; in nf_flow_offload_ipv6_hook()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.h23 struct nf_flowtable;
29 struct nf_flowtable *nf_ft;
Dtc_ct.c90 struct nf_flowtable *nf_ft;
1617 struct nf_flowtable *nf_ft) in mlx5_tc_ct_add_ft_cb()
/Linux-v5.15/Documentation/networking/
Dindex.rst83 nf_flowtable
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/flower/
Dconntrack.h64 struct nf_flowtable *nft;
/Linux-v5.15/include/net/
Dflow_offload.h245 struct nf_flowtable *flow_table;
/Linux-v5.15/net/sched/
Dact_ct.c45 struct nf_flowtable nf_ft;
510 struct nf_flowtable *nf_ft = &p->ct_ft->nf_ft; in tcf_ct_flow_table_lookup()