Lines Matching refs:dst_ip
97 __be32 dst_ip; member
147 .dst_ip = filter->dst_ip, in mlx4_en_filter_work()
201 filter_hash_bucket(struct mlx4_en_priv *priv, __be32 src_ip, __be32 dst_ip, in filter_hash_bucket() argument
209 l ^= (__force unsigned long)(src_ip ^ dst_ip); in filter_hash_bucket()
218 __be32 dst_ip, u8 ip_proto, __be16 src_port, in mlx4_en_filter_alloc() argument
232 filter->dst_ip = dst_ip; in mlx4_en_filter_alloc()
243 filter_hash_bucket(priv, src_ip, dst_ip, src_port, in mlx4_en_filter_alloc()
264 mlx4_en_filter_find(struct mlx4_en_priv *priv, __be32 src_ip, __be32 dst_ip, in mlx4_en_filter_find() argument
272 filter_hash_bucket(priv, src_ip, dst_ip, in mlx4_en_filter_find()
276 filter->dst_ip == dst_ip && in mlx4_en_filter_find()
298 __be32 dst_ip; in mlx4_en_filter_rfs() local
317 dst_ip = ip->daddr; in mlx4_en_filter_rfs()
322 filter = mlx4_en_filter_find(priv, src_ip, dst_ip, ip_proto, in mlx4_en_filter_rfs()
331 src_ip, dst_ip, ip_proto, in mlx4_en_filter_rfs()