Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A 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);
65 void (*get)(struct nf_flowtable *ft);
66 void (*put)(struct nf_flowtable *ft);
76 struct nf_flowtable { struct
89 static inline bool nf_flowtable_hw_offload(struct nf_flowtable *flowtable) in nf_flowtable_hw_offload() argument
225 nf_flow_table_offload_add_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_add_cb()
258 nf_flow_table_offload_del_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_del_cb()
[all …]
H A Dnf_tables.h1467 struct nf_flowtable data;
/linux/net/netfilter/
H A Dnf_flow_table_xdp.c12 struct nf_flowtable *ft;
27 struct nf_flowtable *nf_flowtable_by_dev(const struct net_device *dev) in nf_flowtable_by_dev()
50 static int nf_flowtable_by_dev_insert(struct nf_flowtable *ft, in nf_flowtable_by_dev_insert()
94 static void nf_flowtable_by_dev_remove(struct nf_flowtable *ft, in nf_flowtable_by_dev_remove()
133 int nf_flow_offload_xdp_setup(struct nf_flowtable *flowtable, in nf_flow_offload_xdp_setup()
H A Dnf_flow_table_core.c275 int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow) in flow_offload_add()
308 void flow_offload_refresh(struct nf_flowtable *flow_table, in flow_offload_refresh()
331 static void flow_offload_del(struct nf_flowtable *flow_table, in flow_offload_del()
352 flow_offload_lookup(struct nf_flowtable *flow_table, in flow_offload_lookup()
377 nf_flow_table_iterate(struct nf_flowtable *flow_table, in nf_flow_table_iterate()
378 void (*iter)(struct nf_flowtable *flowtable, in nf_flow_table_iterate()
411 static bool nf_flow_custom_gc(struct nf_flowtable *flow_table, in nf_flow_custom_gc()
417 static void nf_flow_offload_gc_step(struct nf_flowtable *flow_table, in nf_flow_offload_gc_step()
439 void nf_flow_table_gc_run(struct nf_flowtable *flow_table) in nf_flow_table_gc_run()
446 struct nf_flowtable *flow_table; in nf_flow_offload_work_gc()
[all …]
H A 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 …]
H A Dnf_flow_table_ip.c352 struct nf_flowtable *flow_table, struct sk_buff *skb) in nf_flow_offload_lookup()
367 struct nf_flowtable *flow_table, in nf_flow_offload_forward()
418 struct nf_flowtable *flow_table = priv; in nf_flow_offload_ip_hook()
646 struct nf_flowtable *flow_table, in nf_flow_offload_ipv6_forward()
693 struct nf_flowtable *flow_table, in nf_flow_offload_ipv6_lookup()
713 struct nf_flowtable *flow_table = priv; in nf_flow_offload_ipv6_hook()
H A Dnf_flow_table_bpf.c40 struct nf_flowtable *nf_flow_table; in bpf_xdp_flow_tuple_lookup()
H A Dnft_flow_offload.c97 unsigned char *ha, struct nf_flowtable *flowtable) in nft_dev_path_info()
297 struct nf_flowtable *flowtable = &priv->flowtable->data; in nft_flow_offload_eval()
H A DKconfig745 to be shown in procfs under net/netfilter/nf_flowtable.
/linux/include/net/tc_act/
H A Dtc_ct.h32 struct nf_flowtable *nf_ft;
56 static inline struct nf_flowtable *tcf_ct_ft(const struct tc_action *a) in tcf_ct_ft()
69 static inline struct nf_flowtable *tcf_ct_ft(const struct tc_action *a) in tcf_ct_ft()
/linux/drivers/net/ethernet/sfc/
H A Dtc_conntrack.h23 struct nf_flowtable *nf_ft;
35 struct nf_flowtable *ct_ft);
H A Dtc_conntrack.c560 struct nf_flowtable *ct_ft) in efx_tc_ct_register_zone()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.h23 struct nf_flowtable;
28 struct nf_flowtable *nf_ft;
H A Dtc_ct.c109 struct nf_flowtable *nf_ft;
1816 struct nf_flowtable *nf_ft) in mlx5_tc_ct_add_ft_cb()
/linux/Documentation/networking/
H A Dindex.rst90 nf_flowtable
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.h64 struct nf_flowtable *nft;
H A Dconntrack.c2253 struct nf_flowtable *nft; in nfp_fl_ct_del_flow()
/linux/net/sched/
H A Dact_ct.c53 struct nf_flowtable nf_ft;
296 static void tcf_ct_nf_get(struct nf_flowtable *ft) in tcf_ct_nf_get()
306 static void tcf_ct_nf_put(struct nf_flowtable *ft) in tcf_ct_nf_put()
656 struct nf_flowtable *nf_ft = &p->ct_ft->nf_ft; in tcf_ct_flow_table_lookup()
/linux/include/net/
H A Dflow_offload.h295 struct nf_flowtable *flow_table;