Lines Matching refs:dst_ip
108 __be32 dst_ip; member
158 .dst_ip = filter->dst_ip, in mlx4_en_filter_work()
212 filter_hash_bucket(struct mlx4_en_priv *priv, __be32 src_ip, __be32 dst_ip, in filter_hash_bucket() argument
220 l ^= (__force unsigned long)(src_ip ^ dst_ip); in filter_hash_bucket()
229 __be32 dst_ip, u8 ip_proto, __be16 src_port, in mlx4_en_filter_alloc() argument
243 filter->dst_ip = dst_ip; in mlx4_en_filter_alloc()
254 filter_hash_bucket(priv, src_ip, dst_ip, src_port, in mlx4_en_filter_alloc()
275 mlx4_en_filter_find(struct mlx4_en_priv *priv, __be32 src_ip, __be32 dst_ip, in mlx4_en_filter_find() argument
282 filter_hash_bucket(priv, src_ip, dst_ip, in mlx4_en_filter_find()
286 filter->dst_ip == dst_ip && in mlx4_en_filter_find()
308 __be32 dst_ip; in mlx4_en_filter_rfs() local
327 dst_ip = ip->daddr; in mlx4_en_filter_rfs()
332 filter = mlx4_en_filter_find(priv, src_ip, dst_ip, ip_proto, in mlx4_en_filter_rfs()
341 src_ip, dst_ip, ip_proto, in mlx4_en_filter_rfs()