Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_arfs.c43 struct arfs_table { struct
62 struct arfs_table arfs_tables[ARFS_NUM_TYPES]; argument
183 static void arfs_destroy_table(struct arfs_table *arfs_t) in arfs_destroy_table()
219 struct arfs_table *arfs_t = &arfs->arfs_tables[type]; in arfs_add_default_rule()
484 arfs_hash_bucket(struct arfs_table *arfs_t, __be16 src_port, in arfs_hash_bucket()
498 static struct arfs_table *arfs_get_table(struct mlx5e_arfs_tables *arfs, in arfs_get_table()
521 struct arfs_table *arfs_table; in arfs_add_rule() local
537 arfs_table = arfs_get_table(arfs, tuple->ip_proto, tuple->etype); in arfs_add_rule()
538 if (!arfs_table) { in arfs_add_rule()
545 ft = arfs_table->ft.t; in arfs_add_rule()
[all …]