Home
last modified time | relevance | path

Searched defs:flow_table (Results 1 – 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/net/openvswitch/
Dflow_table.h62 struct flow_table { struct
80 int ovs_flow_tbl_init(struct flow_table *); argument
Dflow.h212 } flow_table, ufid_table; member
Dflow_table.c619 int ovs_flow_tbl_flush(struct flow_table *flow_table) in ovs_flow_tbl_flush()
/kernel/linux/linux-6.6/net/openvswitch/
Dflow_table.h62 struct flow_table { struct
80 int ovs_flow_tbl_init(struct flow_table *); argument
Dflow.h226 } flow_table, ufid_table; member
Dflow_table.c620 int ovs_flow_tbl_flush(struct flow_table *flow_table) in ovs_flow_tbl_flush()
/kernel/linux/linux-6.6/net/netfilter/
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()
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() local
565 static void nf_flow_table_do_cleanup(struct nf_flowtable *flow_table, in nf_flow_table_do_cleanup()
[all …]
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() local
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() local
/kernel/linux/linux-5.10/net/netfilter/
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() local
384 struct nf_flowtable *flow_table; in nf_flow_offload_work_gc() local
562 void nf_flow_table_free(struct nf_flowtable *flow_table) in nf_flow_table_free()
Dnf_flow_table_ip.c246 struct nf_flowtable *flow_table = priv; in nf_flow_offload_ip_hook() local
488 struct nf_flowtable *flow_table = priv; in nf_flow_offload_ipv6_hook() local
/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_flow_table.h164 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()
/kernel/linux/linux-6.6/include/net/netfilter/
Dnf_flow_table.h224 nf_flow_table_offload_add_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_add_cb()
257 nf_flow_table_offload_del_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_del_cb()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dmacsec_fs.c399 struct mlx5_flow_table *flow_table; in macsec_fs_tx_create() local
1504 struct mlx5_flow_table *flow_table; in macsec_fs_rx_create() local
/kernel/linux/linux-5.10/net/core/
Dnet-sysfs.c863 struct rps_dev_flow_table *flow_table; in show_rps_dev_flow_table_cnt() local
963 struct rps_dev_flow_table *flow_table; in rx_queue_release() local
Ddev.c4315 struct rps_dev_flow_table *flow_table; in set_rps_cpu() local
4363 struct rps_dev_flow_table *flow_table; in get_rps_cpu() local
4472 struct rps_dev_flow_table *flow_table; in rps_may_expire_flow() local
/kernel/linux/linux-6.6/net/core/
Dnet-sysfs.c919 struct rps_dev_flow_table *flow_table; in show_rps_dev_flow_table_cnt() local
1019 struct rps_dev_flow_table *flow_table; in rx_queue_release() local
Ddev.c4558 struct rps_dev_flow_table *flow_table; in set_rps_cpu() local
4606 struct rps_dev_flow_table *flow_table; in get_rps_cpu() local
4715 struct rps_dev_flow_table *flow_table; in rps_may_expire_flow() local
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
Dmain.h206 struct rhashtable flow_table; member
/kernel/linux/linux-5.10/include/net/
Dflow_offload.h242 struct nf_flowtable *flow_table; member
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
Dmain.h313 struct rhashtable flow_table; member
/kernel/linux/linux-6.6/include/net/
Dflow_offload.h295 struct nf_flowtable *flow_table; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.h1298 struct rhashtable flow_table; member
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h168 struct mlx5_flow_table *flow_table; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h266 struct mlx5_flow_table *flow_table; member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h1432 struct rhashtable flow_table; member

12