Searched refs:dst_tmp (Results 1 – 1 of 1) sorted by relevance
844 struct mlx4_en_mc_list *dst_tmp, *src_tmp, *new_mc; in update_mclist_flags() local850 list_for_each_entry(dst_tmp, dst, list) { in update_mclist_flags()853 if (ether_addr_equal(dst_tmp->addr, src_tmp->addr)) { in update_mclist_flags()859 dst_tmp->action = MCLIST_REM; in update_mclist_flags()867 list_for_each_entry(dst_tmp, dst, list) { in update_mclist_flags()868 if (ether_addr_equal(dst_tmp->addr, src_tmp->addr)) { in update_mclist_flags()869 dst_tmp->action = MCLIST_NONE; in update_mclist_flags()