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/
H A Dflow_table.h62 struct flow_table { struct
[all...]
H A Dflow_table.c619 ovs_flow_tbl_flush(struct flow_table *flow_table) ovs_flow_tbl_flush() argument
[all...]
H A Dflow.h212 } flow_table, ufid_table; member
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow_table.h62 struct flow_table { struct
[all...]
H A Dflow_table.c620 ovs_flow_tbl_flush(struct flow_table *flow_table) ovs_flow_tbl_flush() argument
[all...]
H A Dflow.h226 } flow_table, ufid_table; member
/kernel/linux/linux-5.10/net/netfilter/
H A 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
H A Dnf_flow_table_core.c224 int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow) in flow_offload_add() argument
257 void flow_offload_refresh(struct nf_flowtable *flow_table, in flow_offload_refresh() argument
274 static void flow_offload_del(struct nf_flowtable *flow_table, in flow_offload_del() argument
303 flow_offload_lookup(struct nf_flowtable *flow_table, struct flow_offload_tuple *tuple) flow_offload_lookup() argument
328 nf_flow_table_iterate(struct nf_flowtable *flow_table, void (*iter)(struct flow_offload *flow, void *data), void *data) nf_flow_table_iterate() argument
363 struct nf_flowtable *flow_table = data; nf_flow_offload_gc_step() local
384 struct nf_flowtable *flow_table; nf_flow_offload_work_gc() local
562 nf_flow_table_free(struct nf_flowtable *flow_table) nf_flow_table_free() argument
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_flow_table_ip.c413 struct nf_flowtable *flow_table = priv; in nf_flow_offload_ip_hook() local
346 nf_flow_offload_lookup(struct nf_flowtable_ctx *ctx, struct nf_flowtable *flow_table, struct sk_buff *skb) nf_flow_offload_lookup() argument
361 nf_flow_offload_forward(struct nf_flowtable_ctx *ctx, struct nf_flowtable *flow_table, struct flow_offload_tuple_rhash *tuplehash, struct sk_buff *skb) nf_flow_offload_forward() argument
640 nf_flow_offload_ipv6_forward(struct nf_flowtable_ctx *ctx, struct nf_flowtable *flow_table, struct flow_offload_tuple_rhash *tuplehash, struct sk_buff *skb) nf_flow_offload_ipv6_forward() argument
687 nf_flow_offload_ipv6_lookup(struct nf_flowtable_ctx *ctx, struct nf_flowtable *flow_table, struct sk_buff *skb) nf_flow_offload_ipv6_lookup() argument
708 struct nf_flowtable *flow_table = priv; nf_flow_offload_ipv6_hook() local
[all...]
H A Dnf_flow_table_core.c279 int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow) in flow_offload_add() argument
312 void flow_offload_refresh(struct nf_flowtable *flow_table, in flow_offload_refresh() argument
335 static void flow_offload_del(struct nf_flowtable *flow_table, in flow_offload_del() argument
356 flow_offload_lookup(struct nf_flowtable *flow_table, struct flow_offload_tuple *tuple) flow_offload_lookup() argument
381 nf_flow_table_iterate(struct nf_flowtable *flow_table, void (*iter)(struct nf_flowtable *flowtable, struct flow_offload *flow, void *data), void *data) nf_flow_table_iterate() argument
415 nf_flow_custom_gc(struct nf_flowtable *flow_table, const struct flow_offload *flow) nf_flow_custom_gc() argument
421 nf_flow_offload_gc_step(struct nf_flowtable *flow_table, struct flow_offload *flow, void *data) nf_flow_offload_gc_step() argument
443 nf_flow_table_gc_run(struct nf_flowtable *flow_table) nf_flow_table_gc_run() argument
450 struct nf_flowtable *flow_table; nf_flow_offload_work_gc() local
569 nf_flow_table_do_cleanup(struct nf_flowtable *flow_table, struct flow_offload *flow, void *data) nf_flow_table_do_cleanup() argument
604 nf_flow_table_free(struct nf_flowtable *flow_table) nf_flow_table_free() argument
[all...]
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_flow_table.h164 nf_flow_table_offload_add_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_add_cb() argument
192 nf_flow_table_offload_del_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_del_cb() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.h206 struct rhashtable flow_table; member
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_flow_table.h224 nf_flow_table_offload_add_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_add_cb() argument
257 nf_flow_table_offload_del_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_del_cb() argument
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dflow_offload.h242 struct nf_flowtable *flow_table; member
/kernel/linux/linux-5.10/net/core/
H A Dnet-sysfs.c859 struct rps_dev_flow_table *flow_table; in show_rps_dev_flow_table_cnt() local
959 struct rps_dev_flow_table *flow_table; in rx_queue_release() local
H A Ddev.c4311 struct rps_dev_flow_table *flow_table; in set_rps_cpu() local
4359 struct rps_dev_flow_table *flow_table; in get_rps_cpu() local
4468 struct rps_dev_flow_table *flow_table; rps_may_expire_flow() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c399 struct mlx5_flow_table *flow_table; in macsec_fs_tx_create() local
1504 struct mlx5_flow_table *flow_table; macsec_fs_rx_create() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.h313 struct rhashtable flow_table; member
/kernel/linux/linux-6.6/include/net/
H A Dflow_offload.h295 struct nf_flowtable *flow_table; member
/kernel/linux/linux-6.6/net/core/
H A Dnet-sysfs.c917 struct rps_dev_flow_table *flow_table; in show_rps_dev_flow_table_cnt() local
1017 struct rps_dev_flow_table *flow_table; in rx_queue_release() local
H A Ddev.c4517 struct rps_dev_flow_table *flow_table; in set_rps_cpu() local
4565 struct rps_dev_flow_table *flow_table; in get_rps_cpu() local
4674 struct rps_dev_flow_table *flow_table; rps_may_expire_flow() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h168 struct mlx5_flow_table *flow_table; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h253 struct mlx5_flow_table *flow_table; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.h1290 struct rhashtable flow_table; member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1378 struct rhashtable flow_table; member

Completed in 63 milliseconds

12