Home
last modified time | relevance | path

Searched refs:nf_flowtable (Results 1 – 16 of 16) 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
252 nf_flow_table_offload_add_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_add_cb()
285 nf_flow_table_offload_del_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_del_cb()
[all …]
H A Dnf_tables.h1487 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.c324 int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow) in flow_offload_add()
357 void flow_offload_refresh(struct nf_flowtable *flow_table, in flow_offload_refresh()
376 static void flow_offload_del(struct nf_flowtable *flow_table, in flow_offload_del()
397 flow_offload_lookup(struct nf_flowtable *flow_table, in flow_offload_lookup()
422 nf_flow_table_iterate(struct nf_flowtable *flow_table, in nf_flow_table_iterate()
423 void (*iter)(struct nf_flowtable *flowtable, in nf_flow_table_iterate()
456 static bool nf_flow_custom_gc(struct nf_flowtable *flow_table, in nf_flow_custom_gc()
559 static void nf_flow_offload_gc_step(struct nf_flowtable *flow_table, in nf_flow_offload_gc_step()
591 void nf_flow_table_gc_run(struct nf_flowtable *flow_table) in nf_flow_table_gc_run()
598 struct nf_flowtable *flow_table; in nf_flow_offload_work_gc()
[all …]
H A Dnf_flow_table_offload.c27 struct nf_flowtable *flowtable;
802 const struct nf_flowtable *flowtable = offload->flowtable; in nf_flow_offload_rule_alloc()
901 static int nf_flow_offload_tuple(struct nf_flowtable *flowtable, in nf_flow_offload_tuple()
1082 nf_flow_offload_work_alloc(struct nf_flowtable *flowtable, in nf_flow_offload_work_alloc()
1105 void nf_flow_offload_add(struct nf_flowtable *flowtable, in nf_flow_offload_add()
1117 void nf_flow_offload_del(struct nf_flowtable *flowtable, in nf_flow_offload_del()
1130 void nf_flow_offload_stats(struct nf_flowtable *flowtable, in nf_flow_offload_stats()
1147 void nf_flow_table_offload_flush_cleanup(struct nf_flowtable *flowtable) in nf_flow_table_offload_flush_cleanup()
1155 void nf_flow_table_offload_flush(struct nf_flowtable *flowtable) in nf_flow_table_offload_flush()
1164 static int nf_flow_table_block_setup(struct nf_flowtable *flowtable, in nf_flow_table_block_setup()
[all …]
H A Dnf_flow_table_ip.c467 struct nf_flowtable *flow_table, struct sk_buff *skb) in nf_flow_offload_lookup()
481 struct nf_flowtable *flow_table, in nf_flow_offload_forward()
844 struct nf_flowtable *flow_table = priv; in nf_flow_offload_ip_hook()
1090 struct nf_flowtable *flow_table, in nf_flow_offload_ipv6_forward()
1143 struct nf_flowtable *flow_table, in nf_flow_offload_ipv6_lookup()
1163 struct nf_flowtable *flow_table = priv; in nf_flow_offload_ipv6_hook()
H A Dnf_flow_table_path.c95 unsigned char *ha, struct nf_flowtable *flowtable) in nft_dev_path_info()
/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/Documentation/networking/
H A Dindex.rst89 nf_flowtable
/linux/Documentation/translations/zh_CN/networking/
H A Dindex.rst109 * 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.c55 struct nf_flowtable nf_ft;
298 static void tcf_ct_nf_get(struct nf_flowtable *ft) in tcf_ct_nf_get()
308 static void tcf_ct_nf_put(struct nf_flowtable *ft) in tcf_ct_nf_put()
662 struct nf_flowtable *nf_ft = &p->ct_ft->nf_ft; in tcf_ct_flow_table_lookup()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c109 struct nf_flowtable *nf_ft;
1848 struct nf_flowtable *nf_ft) in mlx5_tc_ct_add_ft_cb()