Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/netfilter/
H A 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
164 nf_flow_table_offload_add_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_add_cb()
192 nf_flow_table_offload_del_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_del_cb()
212 int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow);
213 void flow_offload_refresh(struct nf_flowtable *flow_table,
[all …]
H A Dnf_tables.h1246 struct nf_flowtable data;
/OK3568_Linux_fs/kernel/net/netfilter/
H A 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()
274 static void flow_offload_del(struct nf_flowtable *flow_table, in flow_offload_del()
303 flow_offload_lookup(struct nf_flowtable *flow_table, in flow_offload_lookup()
328 nf_flow_table_iterate(struct nf_flowtable *flow_table, in nf_flow_table_iterate()
363 struct nf_flowtable *flow_table = data; in nf_flow_offload_gc_step()
384 struct nf_flowtable *flow_table; in nf_flow_offload_work_gc()
386 flow_table = container_of(work, struct nf_flowtable, gc_work.work); in nf_flow_offload_work_gc()
504 int nf_flow_table_init(struct nf_flowtable *flowtable) in nf_flow_table_init()
543 void nf_flow_table_gc_cleanup(struct nf_flowtable *flowtable, in nf_flow_table_gc_cleanup()
[all …]
H A 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()
834 nf_flow_offload_work_alloc(struct nf_flowtable *flowtable, in nf_flow_offload_work_alloc()
858 void nf_flow_offload_add(struct nf_flowtable *flowtable, in nf_flow_offload_add()
870 void nf_flow_offload_del(struct nf_flowtable *flowtable, in nf_flow_offload_del()
883 void nf_flow_offload_stats(struct nf_flowtable *flowtable, in nf_flow_offload_stats()
900 void nf_flow_table_offload_flush(struct nf_flowtable *flowtable) in nf_flow_table_offload_flush()
906 static int nf_flow_table_block_setup(struct nf_flowtable *flowtable, in nf_flow_table_block_setup()
936 struct nf_flowtable *flowtable, in nf_flow_table_block_offload_init()
[all …]
H A 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()
H A Dnft_flow_offload.c75 struct nf_flowtable *flowtable = &priv->flowtable->data; in nft_flow_offload_eval()
/OK3568_Linux_fs/kernel/include/net/tc_act/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.h23 struct nf_flowtable;
29 struct nf_flowtable *nf_ft;
H A Dtc_ct.c93 struct nf_flowtable *nf_ft;
1564 struct nf_flowtable *nf_ft) in mlx5_tc_ct_add_ft_cb()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dindex.rst80 nf_flowtable
/OK3568_Linux_fs/kernel/include/net/
H A Dflow_offload.h242 struct nf_flowtable *flow_table;
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_ct.c45 struct nf_flowtable nf_ft;
508 struct nf_flowtable *nf_ft = &p->ct_ft->nf_ft; in tcf_ct_flow_table_lookup()