Searched refs:tmp_entry (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c245 struct mlx4_steer_index *tmp_entry, *entry = NULL; existing_steering_entry() local
258 list_for_each_entry(tmp_entry, &s_steer->steer_entries[steer], list) { existing_steering_entry()
259 if (tmp_entry->index == index) { existing_steering_entry()
260 entry = tmp_entry; existing_steering_entry()
294 struct mlx4_steer_index *tmp_entry, *entry = NULL; check_duplicate_entry() local
308 list_for_each_entry(tmp_entry, &s_steer->steer_entries[steer], list) { check_duplicate_entry()
309 if (tmp_entry->index == index) { check_duplicate_entry()
310 entry = tmp_entry; check_duplicate_entry()
374 struct mlx4_steer_index *entry = NULL, *tmp_entry; can_remove_steering_entry() local
390 list_for_each_entry_safe(entry, tmp_entry, &s_steer->steer_entries[steer], list) { can_remove_steering_entry()
556 struct mlx4_steer_index *entry, *tmp_entry; remove_promisc_qp() local
601 list_for_each_entry_safe(entry, tmp_entry, remove_promisc_qp()
H A Dmain.c2850 struct mlx4_steer_index *entry, *tmp_entry; mlx4_clear_steering() local
2863 list_for_each_entry_safe(entry, tmp_entry, mlx4_clear_steering()
/linux-4.4.14/net/ipv4/
H A Dcipso_ipv4.c280 struct cipso_v4_map_cache_entry *entry, *tmp_entry; cipso_v4_cache_invalidate() local
286 tmp_entry, cipso_v4_cache_invalidate()

Completed in 173 milliseconds